From 8059a49149192894c60f3e289be6bd4862b6eb4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 02:47:31 +0000 Subject: [PATCH] Bump boto3 from 1.35.29 to 1.35.31 Bumps [boto3](https://github.com/boto/boto3) from 1.35.29 to 1.35.31. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.29...1.35.31) --- 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 2da89fa4..10ab8cfe 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.29 +boto3==1.35.31 # via -r requirements.txt boto3-stubs[cloudformation]==1.35.31 # via -r dev-requirements.in -botocore==1.35.29 +botocore==1.35.31 # via # -r requirements.txt # boto3 diff --git a/requirements.txt b/requirements.txt index 266d5e5b..4dba46c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile requirements.in # -boto3==1.35.29 +boto3==1.35.31 # via -r requirements.in -botocore==1.35.29 +botocore==1.35.31 # via # boto3 # s3transfer