From e620ecc08a25519fdda5bc38e90b5b5abe9b9006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:00:37 +0000 Subject: [PATCH] Bump boto3 from 1.35.40 to 1.35.41 Bumps [boto3](https://github.com/boto/boto3) from 1.35.40 to 1.35.41. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.40...1.35.41) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 772cc224..aaa7f932 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,11 +8,11 @@ astroid==3.2.4 # via pylint black==24.8.0 # via -r dev-requirements.in -boto3==1.35.40 +boto3==1.35.41 # via -r requirements.txt boto3-stubs[cloudformation]==1.35.41 # via -r dev-requirements.in -botocore==1.35.40 +botocore==1.35.41 # via # -r requirements.txt # boto3 diff --git a/requirements.txt b/requirements.txt index 1876699a..a8b74060 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile requirements.in # -boto3==1.35.40 +boto3==1.35.41 # via -r requirements.in -botocore==1.35.40 +botocore==1.35.41 # via # boto3 # s3transfer