diff --git a/poetry.lock b/poetry.lock index 70aec35..f424afa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,18 +17,18 @@ test = ["coverage", "mypy", "pexpect", "ruff", "wheel"] [[package]] name = "awscli" -version = "1.42.8" +version = "1.42.10" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "awscli-1.42.8-py3-none-any.whl", hash = "sha256:0b527cfbce3d259842283e521e6989409cb75f1306d0253bfc98bdc303a2c091"}, - {file = "awscli-1.42.8.tar.gz", hash = "sha256:2623f79e4facd860f643ec38bd170c95a0936aa910ff24ba37b83e536fbb3026"}, + {file = "awscli-1.42.10-py3-none-any.whl", hash = "sha256:59dc268cbbcbab33d37ea8ba15e4317a2a8e6a3ee8afdf49e823c533a222e6bb"}, + {file = "awscli-1.42.10.tar.gz", hash = "sha256:b27a55ddeb41f6d272607bdaa62bfd36d4f144a09af2045aaa8fc98b587bbd1b"}, ] [package.dependencies] -botocore = "1.40.8" +botocore = "1.40.10" 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.8" +version = "1.40.10" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "botocore-1.40.8-py3-none-any.whl", hash = "sha256:7f0327e08d7c061aaa03e32459e56bcf6daa29cd946e95b1c06be14d61a9a94d"}, - {file = "botocore-1.40.8.tar.gz", hash = "sha256:954fa6e36020ebf58898de80a8f864ba13b74dc26994cf20ccfff2966724b0b9"}, + {file = "botocore-1.40.10-py3-none-any.whl", hash = "sha256:22aff400250a0125be92e0d43011eb42414a64f999d5215827af91d8584b4476"}, + {file = "botocore-1.40.10.tar.gz", hash = "sha256:db3b14043bc90fe4220edbc2e89e8f5af1d2d4aacc16bab3c30dacd98b0073e3"}, ] [package.dependencies] @@ -375,4 +375,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "4cd222b5fdd830dfce8c949b3fcc0383fb9e969040aaaf4199487a16faa7d041" +content-hash = "f728f9edd08af34e4261682e4b71e1b8477d76ec093681080150ee418a143a65" diff --git a/pyproject.toml b/pyproject.toml index 93addf4..e62788c 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.8" +awscli = "^1.42.10" awscli-local = "^0.22.2" yq = "^3.2.3" # Development-only dependency for YAML processing; version chosen for compatibility with project tooling