diff --git a/poetry.lock b/poetry.lock index e8be48fa..d443b6df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -445,13 +445,13 @@ files = [ [[package]] name = "click" -version = "8.1.6" +version = "8.1.7" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" files = [ - {file = "click-8.1.6-py3-none-any.whl", hash = "sha256:fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5"}, - {file = "click-8.1.6.tar.gz", hash = "sha256:48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd"}, + {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, + {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, ] [package.dependencies] @@ -1483,4 +1483,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c98045b6102b81dba087009bf84be9c0f680ba35b2334fc348dbbb2a7c977578" +content-hash = "976f22bbbd53e997a8960d6cd9594a239c8c4a9e82b02dfabf615e5eb4a1906a" diff --git a/pyproject.toml b/pyproject.toml index 7368d1be..f62961c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ aws-lambda-powertools = "^2.23.1" jmespath = "^1.0.1" boto3 = "^1.28.62" requests-toolbelt = "^1.0.0" -click = "^8.1.3" +click = "^8.1.7" discord-webhook = "^1.3.0" aws-xray-sdk = "^2.12.0"