diff --git a/poetry.lock b/poetry.lock index 20f246e..c030485 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,18 +17,18 @@ test = ["coverage", "mypy", "pexpect", "ruff", "wheel"] [[package]] name = "awscli" -version = "1.44.77" +version = "1.44.85" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "awscli-1.44.77-py3-none-any.whl", hash = "sha256:fbd4859f5200b67ec03a0a7e5cead947b3e35872fa7c814f9872604781932dfe"}, - {file = "awscli-1.44.77.tar.gz", hash = "sha256:07da94bd1b7b5f697340ac654ad8d01172a6eb14582bca8f67aed2b60b8812b5"}, + {file = "awscli-1.44.85-py3-none-any.whl", hash = "sha256:af873d20f9a9172242db29738d07f3f482d64d11b6b32a51054a059eac077c8c"}, + {file = "awscli-1.44.85.tar.gz", hash = "sha256:4d3bc5cea42aef64b14d05f453be65476262dd8ce7d7472d2852139fe87dfe54"}, ] [package.dependencies] -botocore = "1.42.87" +botocore = "1.42.95" 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.87" +version = "1.42.95" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "botocore-1.42.87-py3-none-any.whl", hash = "sha256:32832df27c039cc1a518289afe0f6006296d3df26603b5f66e911457e67f0146"}, - {file = "botocore-1.42.87.tar.gz", hash = "sha256:1c6cc9555c1feec50b290a42de70ba6f04826c009562c2c12bb9990d0258482d"}, + {file = "botocore-1.42.95-py3-none-any.whl", hash = "sha256:3381279d26792df2fcc3d5d7fa052ecf1949a0fe1ea819bf35d61e943c15a3b6"}, + {file = "botocore-1.42.95.tar.gz", hash = "sha256:f23a78b76def67222ddac738fb65475f55d17fd88c1e18573b3a561135ec4527"}, ] [package.dependencies] @@ -375,4 +375,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "5510133cd7657cdac2d440df60ba12e973e03f746da0ab7536649f534f506f65" +content-hash = "89f001fc078c9b71754cb9c4e3cfae8d7a75f63c80a29e03eade6489e162f28c" diff --git a/pyproject.toml b/pyproject.toml index b97e1c9..f87e2c6 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.77" +awscli = "^1.44.85" awscli-local = "^0.22.2" yq = "^3.2.3" # Development-only dependency for YAML processing; version chosen for compatibility with project tooling