From b1f3856b5d42ff3297a2bd503d2f79199df9f56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:20:45 +0000 Subject: [PATCH] Bump boto3 from 1.40.21 to 1.40.43 Bumps [boto3](https://github.com/boto/boto3) from 1.40.21 to 1.40.43. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.21...1.40.43) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66aa7f6..b9d08ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ # dev and test # ------------ -boto3==1.40.21 +boto3==1.40.43 botocore>=1.35.10 pytest==8.4.1 pytest_mock==3.14.1