diff --git a/poetry.lock b/poetry.lock index cc025ec..0307d12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "argcomplete" @@ -17,18 +17,18 @@ test = ["coverage", "mypy", "pexpect", "ruff", "wheel"] [[package]] name = "awscli" -version = "1.42.31" +version = "1.42.36" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "awscli-1.42.31-py3-none-any.whl", hash = "sha256:a438de3486e1f5fa9e9f01975d34abe3faaa572349a57a24b9a188f1982ee06a"}, - {file = "awscli-1.42.31.tar.gz", hash = "sha256:d0eba656d50d430c0b426e08c2ec53ab06884761de93867ee478c598caca8b61"}, + {file = "awscli-1.42.36-py3-none-any.whl", hash = "sha256:0dd247906629c6f79979d5d8c1a06c0b0b41c7661524688526c424f7cb4cba30"}, + {file = "awscli-1.42.36.tar.gz", hash = "sha256:28d9c6e6d1c5a5010deaa0e543962744fbc92eb5d149d4864f41dddde74d0086"}, ] [package.dependencies] -botocore = "1.40.31" +botocore = "1.40.36" colorama = ">=0.2.5,<0.4.7" docutils = ">=0.18.1,<=0.19" PyYAML = ">=3.10,<6.1" @@ -75,14 +75,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.31" +version = "1.40.36" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "botocore-1.40.31-py3-none-any.whl", hash = "sha256:4033a00f8c6a4b5c3acb30af9283963123917227a437e5fc165189d07bd3cf8a"}, - {file = "botocore-1.40.31.tar.gz", hash = "sha256:9496b91bbe40ed01d341dc8f6ff0492d7f546e80f1a862b00ec5bc9045fa3324"}, + {file = "botocore-1.40.36-py3-none-any.whl", hash = "sha256:d6edf75875e4013cb7078875a1d6c289afb4cc6675d99d80700c692d8d8e0b72"}, + {file = "botocore-1.40.36.tar.gz", hash = "sha256:93386a8dc54173267ddfc6cd8636c9171e021f7c032aa1df3af7de816e3df616"}, ] [package.dependencies] @@ -375,4 +375,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "9aa270efbd97726db1eeb2a07b76f7448800df2e86f417402b8e1225f84da920" +content-hash = "a7596d737ba67dc3f2d8fc8d7b215d464614fd69a4329deeb0371c0cf0b0abc5" diff --git a/pyproject.toml b/pyproject.toml index 6c4cb45..03b053e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ yq = "^3.2.3" [tool.poetry.group.dev.dependencies] ruff = "^0.12.8" -awscli = "^1.42.31" +awscli = "^1.42.36" awscli-local = "^0.22.2" yq = "^3.2.3" # Development-only dependency for YAML processing; version chosen for compatibility with project tooling