diff --git a/poetry.lock b/poetry.lock index 1df05aa..d0b5f86 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.44" 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.44-py3-none-any.whl", hash = "sha256:88a98d913487775bcf3b1c63738bfbe6730a4d690afffd21fe5af160aac78eae"}, + {file = "awscli-1.40.44.tar.gz", hash = "sha256:d08be424ee9ecc04df53a4266ea064928d70de2e7819798b996cfee21401d09a"}, ] [package.dependencies] -botocore = "1.38.42" +botocore = "1.38.45" 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.45" 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.45-py3-none-any.whl", hash = "sha256:ea8be5a9c10ac557bebd823044b386f50ebb905e173dd5927a4233405d36c797"}, + {file = "botocore-1.38.45.tar.gz", hash = "sha256:02e14c45c350532cc64e3cc8ccb9adf25af4cca750f7d7e765a43fbe3df06aed"}, ] [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 = "bf48a65460b17d7849d5fff37d8917c2f150dbe3e2ab2fef7e21c44f243af0cd" diff --git a/pyproject.toml b/pyproject.toml index 4bf51ad..c824915 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.44" awscli-local = "^0.22.0" yq = "^3.2.3" # Development-only dependency for YAML processing; version chosen for compatibility with project tooling