diff --git a/poetry.lock b/poetry.lock index fadb0c5b6..fc56c61c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "ago" @@ -559,14 +559,14 @@ rapidfuzz = ">=3.0.0,<4.0.0" [[package]] name = "click" -version = "8.2.1" +version = "8.3.0" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b"}, - {file = "click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202"}, + {file = "click-8.3.0-py3-none-any.whl", hash = "sha256:9b9f285302c6e3064f4330c05f05b81945b2a39544279343e6e7c5f27a9baddc"}, + {file = "click-8.3.0.tar.gz", hash = "sha256:e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4"}, ] [package.dependencies] @@ -4278,4 +4278,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "fc29c08dc87a4e01e7905450c6e0290644efc33e1db4f5a5d699b298beb2723a" +content-hash = "1e1bf88ffd87e515233d936e18f219e67071c482d3527f5092e43f08e224988f" diff --git a/pyproject.toml b/pyproject.toml index db2d25c08..f6216b5b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ shapely = "^2.1.1" smartypants = "^2.0.1" certifi = "^2025.8.3" charset-normalizer = "^3.4.3" -click = "^8.2.1" +click = "^8.3.0" idna = "^3.7" markupsafe = "^3.0.2" python-dateutil = "^2.9.0.post0"