diff --git a/poetry.lock b/poetry.lock index 6fc77a2..e00e987 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,18 +17,18 @@ test = ["coverage", "mypy", "pexpect", "ruff", "wheel"] [[package]] name = "awscli" -version = "1.44.20" +version = "1.44.28" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "awscli-1.44.20-py3-none-any.whl", hash = "sha256:5eabf33997ee6c78216211b6176e5d0c990e306c22a119190006baa31cf6f2c9"}, - {file = "awscli-1.44.20.tar.gz", hash = "sha256:4bdb0729bc3d1c6878a11989c3c9c37b6f23a64d8784fc2f62f04f986910bc95"}, + {file = "awscli-1.44.28-py3-none-any.whl", hash = "sha256:d92f2a555eb53eec03b9164bdf7da154fe46a4533c86822889daf7616da8ffde"}, + {file = "awscli-1.44.28.tar.gz", hash = "sha256:30a8746a6e6870b876929934c0813aa06ad2645a0e044843f64f1da1b6320fe1"}, ] [package.dependencies] -botocore = "1.42.30" +botocore = "1.42.38" 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.30" +version = "1.42.38" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "botocore-1.42.30-py3-none-any.whl", hash = "sha256:97070a438cac92430bb7b65f8ebd7075224f4a289719da4ee293d22d1e98db02"}, - {file = "botocore-1.42.30.tar.gz", hash = "sha256:9bf1662b8273d5cc3828a49f71ca85abf4e021011c1f0a71f41a2ea5769a5116"}, + {file = "botocore-1.42.38-py3-none-any.whl", hash = "sha256:b67e0c4989a6bdd459cb49274df05003179165567b7789d8d920cdbdc6c2661f"}, + {file = "botocore-1.42.38.tar.gz", hash = "sha256:eb36d09b5c61b3ede6129f7b54630049f3eeeccf1327a32cf8944563027a4002"}, ] [package.dependencies] @@ -376,4 +376,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "d0fa55cc40312c0d22413b89703a087e5b06c6ea3089fc804dcb4cad3057fd29" +content-hash = "717314db571738b373d7ca2613aa8b46f35bc152d713a1c78fd787af8ab50fdf" diff --git a/pyproject.toml b/pyproject.toml index 4227641..87472f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ yq = "^3.2.3" [tool.poetry.group.dev.dependencies] ruff = "^0.14.3" -awscli = "^1.44.20" +awscli = "^1.44.28" awscli-local = "^0.22.2" yq = "^3.2.3" # Development-only dependency for YAML processing; version chosen for compatibility with project tooling