From 569113a363541b5c4dbd2538073158f68c9328ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 04:53:46 +0000 Subject: [PATCH] Bump boto3 from 1.37.29 to 1.37.38 Bumps [boto3](https://github.com/boto/boto3) from 1.37.29 to 1.37.38. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.37.29...1.37.38) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.37.38 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 99c55e6af..731e14b22 100644 --- a/poetry.lock +++ b/poetry.lock @@ -56,18 +56,18 @@ s3transfer = ">=0.11.0,<0.12.0" [[package]] name = "boto3" -version = "1.37.29" +version = "1.37.38" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "boto3-1.37.29-py3-none-any.whl", hash = "sha256:869979050e2cf6f5461503e0f1c8f226e47ec02802e88a2210f085ec22485945"}, - {file = "boto3-1.37.29.tar.gz", hash = "sha256:5702e38356b93c56ed2a27e17f7664d791f1fe2eafd58ae6ab3853b2804cadd2"}, + {file = "boto3-1.37.38-py3-none-any.whl", hash = "sha256:b6d42803607148804dff82389757827a24ce9271f0583748853934c86310999f"}, + {file = "boto3-1.37.38.tar.gz", hash = "sha256:88c02910933ab7777597d1ca7c62375f52822e0aa1a8e0c51b2598a547af42b2"}, ] [package.dependencies] -botocore = ">=1.37.29,<1.38.0" +botocore = ">=1.37.38,<1.38.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.11.0,<0.12.0" @@ -1462,4 +1462,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "1e9686f53d4af6903022e04285ddf0ff07bf2c5c1eaf90dee6ec380f3ad4e3c2" +content-hash = "b83afd83689c9f013c004f1e31fb09956a53971505e68a27bc6208a6df9e7f03" diff --git a/pyproject.toml b/pyproject.toml index 0afcd7741..b51b2ccbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ semver = "^3.0" gitpython = "^3.1.46" pytest-xdist = "^3.0" lxml = "^5.0" -boto3 = "^1.34.0" +boto3 = "^1.37.38" ansible-core = "^2.19.7" urllib3 = "^2.6.3" cryptography = "46.0.5"