From 303b7e41b66c3993cfc1ad7e091d9b3d361b4ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:34:09 +0000 Subject: [PATCH] Bump boto3 from 1.40.57 to 1.40.76 Bumps [boto3](https://github.com/boto/boto3) from 1.40.57 to 1.40.76. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.57...1.40.76) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.76 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2cef2cf1..05b77b87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -369,18 +369,18 @@ files = [ [[package]] name = "boto3" -version = "1.40.57" +version = "1.40.76" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "boto3-1.40.57-py3-none-any.whl", hash = "sha256:4ceeac741b04cd5d9193c85d1707597a30f7482682733437454408ea755ee151"}, - {file = "boto3-1.40.57.tar.gz", hash = "sha256:717605170cb167e07462b7f033b26bc9c0fee34b78b5eac52edcd6149915e23f"}, + {file = "boto3-1.40.76-py3-none-any.whl", hash = "sha256:8df6df755727be40ad9e309cfda07f9a12c147e17b639430c55d4e4feee8a167"}, + {file = "boto3-1.40.76.tar.gz", hash = "sha256:16f4cf97f8dd8e0aae015f4dc66219bd7716a91a40d1e2daa0dafa241a4761c5"}, ] [package.dependencies] -botocore = ">=1.40.57,<1.41.0" +botocore = ">=1.40.76,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -3468,4 +3468,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "49205232bb69cae195c828497563f738fbae768a262a65981471d0924407c97a" +content-hash = "07cb635afde9d63e0a93856d602c7dada9cf97f772f7ef07fcc3f5a2119705e8" diff --git a/pyproject.toml b/pyproject.toml index 2cc1cb68..5900d431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ wireup = "^2.2.2" python-json-logger = "^4.0.0" python-dateutil = "^2.9.0" pyhamcrest = "^2.1.0" -boto3 = "^1.40.57" +boto3 = "^1.40.76" botocore = "^1.40.76" aws-xray-sdk = "2.15.0" cachetools = "^7.0.1"