diff --git a/poetry.lock b/poetry.lock index 1df05aa..3901c86 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,18 +17,18 @@ test = ["coverage", "mypy", "pexpect", "ruff", "wheel"] [[package]] name = "awscli" -version = "1.40.41" +version = "1.40.42" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "awscli-1.40.41-py3-none-any.whl", hash = "sha256:d75cc6c654418ac4d30eb996081033e90024fa7a661db8ab40de4b5a545eaa79"}, - {file = "awscli-1.40.41.tar.gz", hash = "sha256:553c3a3ba7879be18c5db219f9a710daf90d750044eb604297b25805b05ebc42"}, + {file = "awscli-1.40.42-py3-none-any.whl", hash = "sha256:ab03c96eb4c3b1eff16fffaf38a8b68eca76cb932d44b0d0b9c8ccba9501a3ed"}, + {file = "awscli-1.40.42.tar.gz", hash = "sha256:adc71503f55a63862c84a0beec27646b8ce807b89f7e6319e517344c76fc1b1a"}, ] [package.dependencies] -botocore = "1.38.42" +botocore = "1.38.43" colorama = ">=0.2.5,<0.4.7" docutils = ">=0.18.1,<=0.19" PyYAML = ">=3.10,<6.1" @@ -74,14 +74,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.38.42" +version = "1.38.43" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "botocore-1.38.42-py3-none-any.whl", hash = "sha256:fbbeac30c045b5c19f1c3bb063ea2b6315ce2d6fcb3d898e87d1c1846297961c"}, - {file = "botocore-1.38.42.tar.gz", hash = "sha256:3a14188e48f6e26be561164373d34150fa9cb39f7ad32cc745dcd3ab05f43683"}, + {file = "botocore-1.38.43-py3-none-any.whl", hash = "sha256:2ee60ac0b08e80e9be2aa2841d42e438d5bc4f82549560a682837655097a3db7"}, + {file = "botocore-1.38.43.tar.gz", hash = "sha256:c453c5c16c157c5427058bb3cc2c5ad35ee2e43336f0ccbfcc6092c5635505c6"}, ] [package.dependencies] @@ -374,4 +374,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "23d89ff43dd8ce7166b9ce17305f7e9cc23e7f0953ce28cd5b35554cdbd12c1e" +content-hash = "52ca434fdfbf9a3d53dfd9a7ea74cb2aaac5eef15cb62ddedc21b14001d54192" diff --git a/pyproject.toml b/pyproject.toml index 4bf51ad..bd8c0c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ yq = "^3.2.3" [tool.poetry.group.dev.dependencies] ruff = "^0.12.0" -awscli = "^1.40.41" +awscli = "^1.40.42" awscli-local = "^0.22.0" yq = "^3.2.3" # Development-only dependency for YAML processing; version chosen for compatibility with project tooling