From 8e66346ad79d92c70a30a10b2ecfd575926d3292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 04:24:29 +0000 Subject: [PATCH] Bump awscli from 1.44.48 to 1.44.56 Bumps [awscli](https://github.com/aws/aws-cli) from 1.44.48 to 1.44.56. - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.44.48...1.44.56) --- updated-dependencies: - dependency-name: awscli dependency-version: 1.44.56 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 13ca76b..a068ad4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,18 +17,18 @@ test = ["coverage", "mypy", "pexpect", "ruff", "wheel"] [[package]] name = "awscli" -version = "1.44.48" +version = "1.44.56" description = "Universal Command Line Environment for AWS." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "awscli-1.44.48-py3-none-any.whl", hash = "sha256:f5733d36154b93ae1237e5182abf0503466a43cc6abbb44144ac310df0afe2da"}, - {file = "awscli-1.44.48.tar.gz", hash = "sha256:ad526194032f23c5fed87b7537be15d27993d97c4a4e88bb6465c358cce85170"}, + {file = "awscli-1.44.56-py3-none-any.whl", hash = "sha256:25338edc60c6b3b2f99b264ea0c0b820b2a8858e6e6fad680910bea79a8512a7"}, + {file = "awscli-1.44.56.tar.gz", hash = "sha256:78ed6667280dff8ddb539f21ba5034305a766f421cea2987e8c0267a7ee98267"}, ] [package.dependencies] -botocore = "1.42.58" +botocore = "1.42.66" 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.58" +version = "1.42.66" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "botocore-1.42.58-py3-none-any.whl", hash = "sha256:3098178f4404cf85c8997ebb7948b3f267cff1dd191b08fc4ebb614ac1013a20"}, - {file = "botocore-1.42.58.tar.gz", hash = "sha256:55224d6a91afae0997e8bee62d1ef1ae2dcbc6c210516939b32a774b0b35bec5"}, + {file = "botocore-1.42.66-py3-none-any.whl", hash = "sha256:ac48af1ab527dfa08c4617c387413ca56a7f87780d7bfc1da34ef847a59219a5"}, + {file = "botocore-1.42.66.tar.gz", hash = "sha256:39756a21142b646de552d798dde2105759b0b8fa0d881a34c26d15bd4c9448fa"}, ] [package.dependencies] @@ -375,4 +375,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "fffe24450ff94828222a76d1ae1eec1749f2fedad199646bb28220a99e0e7f6d" +content-hash = "64e224c27aa5ec9ba527d6267304b52f0d7c024c13d47e566a4a521e761a7a95" diff --git a/pyproject.toml b/pyproject.toml index 65df1e3..af6da5b 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.48" +awscli = "^1.44.56" awscli-local = "^0.22.2" yq = "^3.2.3" # Development-only dependency for YAML processing; version chosen for compatibility with project tooling