diff --git a/poetry.lock b/poetry.lock index 17f5410d7..9011d7df5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -561,14 +561,14 @@ rapidfuzz = ">=3.0.0,<4.0.0" [[package]] name = "click" -version = "8.2.0" +version = "8.2.1" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "click-8.2.0-py3-none-any.whl", hash = "sha256:6b303f0b2aa85f1cb4e5303078fadcbcd4e476f114fab9b5007005711839325c"}, - {file = "click-8.2.0.tar.gz", hash = "sha256:f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d"}, + {file = "click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b"}, + {file = "click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202"}, ] [package.dependencies] @@ -4160,4 +4160,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "8ca93990b1e16431c6385b9074cd73f9f657a1ef93a1111f3ff0efb5685a58f6" +content-hash = "99005753efdf94c04cc762403a67bc687984f437abfd19ba8e7176bf6291a3ab" diff --git a/pyproject.toml b/pyproject.toml index 618318484..dea2b0c40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ shapely = "^2.0.5" smartypants = "^2.0.1" certifi = "^2025.4.26" charset-normalizer = "^3.4.2" -click = "^8.2.0" +click = "^8.2.1" idna = "^3.7" markupsafe = "^3.0.2" python-dateutil = "^2.9.0.post0"