diff --git a/poetry.lock b/poetry.lock index 96bcd06e7..804d210ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -308,14 +308,14 @@ files = [ [[package]] name = "click" -version = "8.3.1" +version = "8.3.2" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6"}, - {file = "click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a"}, + {file = "click-8.3.2-py3-none-any.whl", hash = "sha256:1924d2c27c5653561cd2cae4548d1406039cb79b858b747cfea24924bbc1616d"}, + {file = "click-8.3.2.tar.gz", hash = "sha256:14162b8b3b3550a7d479eafa77dfd3c38d9dc8951f6f69c78913a8f9a7540fd5"}, ] [package.dependencies] @@ -1462,4 +1462,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "ef50b54454df9eb07c3e2868d7cc66e43eb1abc20e0a782f1584c7ceeafbe6a8" +content-hash = "9faec8902ab6e77719152279d02d39be68d8db8a7ec172b3cdca96dd0f4ac100" diff --git a/pyproject.toml b/pyproject.toml index d4dd5a7b7..ea8e2a9b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ boto3 = "^1.37.38" ansible-core = "^2.19.8" urllib3 = "^2.6.3" cryptography = "46.0.6" -click="^8.1.2" +click="^8.3.2" [poetry.group.dev.dependencies] ansible-lint = "^6.0"