diff --git a/poetry.lock b/poetry.lock index 13ca76b..9c74fb5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,18 +17,18 @@ test = ["coverage", "mypy", "pexpect", "ruff", "wheel"] [[package]] name = "awscli" -version = "1.44.48" +version = "1.44.61" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "awscli-1.44.48-py3-none-any.whl", hash = "sha256:f5733d36154b93ae1237e5182abf0503466a43cc6abbb44144ac310df0afe2da"}, - {file = "awscli-1.44.48.tar.gz", hash = "sha256:ad526194032f23c5fed87b7537be15d27993d97c4a4e88bb6465c358cce85170"}, + {file = "awscli-1.44.61-py3-none-any.whl", hash = "sha256:624fd8513b2f675f18fc624d1d8188c21d5ccce100e8a60a0a5c42b4095d5ac3"}, + {file = "awscli-1.44.61.tar.gz", hash = "sha256:b7cd1be929966069a31fc7e4f7cc3f0cceb17268847513c8f5c1e43d338f6eee"}, ] [package.dependencies] -botocore = "1.42.58" +botocore = "1.42.71" 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.42.58" +version = "1.42.71" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "botocore-1.42.58-py3-none-any.whl", hash = "sha256:3098178f4404cf85c8997ebb7948b3f267cff1dd191b08fc4ebb614ac1013a20"}, - {file = "botocore-1.42.58.tar.gz", hash = "sha256:55224d6a91afae0997e8bee62d1ef1ae2dcbc6c210516939b32a774b0b35bec5"}, + {file = "botocore-1.42.71-py3-none-any.whl", hash = "sha256:e6b7c611eeacbfa6a5a08cd56889b7a63eced48e99f8db9b270eeaf2c0b62796"}, + {file = "botocore-1.42.71.tar.gz", hash = "sha256:6b3796c76edeb78afee325a54e23508bbd57624faea1e4aeb8f6e9c1e1e79a0f"}, ] [package.dependencies] @@ -375,4 +375,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "fffe24450ff94828222a76d1ae1eec1749f2fedad199646bb28220a99e0e7f6d" +content-hash = "4ab3d3f4a866b3765f3069ad24bc8e14b898668b3779f8bcc12b7c041145b025" diff --git a/pyproject.toml b/pyproject.toml index 65df1e3..c2fe2fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ yq = "^3.2.3" [tool.poetry.group.dev.dependencies] ruff = "^0.15.3" -awscli = "^1.44.48" +awscli = "^1.44.61" awscli-local = "^0.22.2" yq = "^3.2.3" # Development-only dependency for YAML processing; version chosen for compatibility with project tooling