From d6f51932fcf1b38e6f2c17af783c41f5a72d0d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 18:47:38 +0000 Subject: [PATCH] Bump boto3 from 1.40.21 to 1.40.24 Bumps [boto3](https://github.com/boto/boto3) from 1.40.21 to 1.40.24. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.21...1.40.24) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.24 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..c0820b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ # dev and test # ------------ -boto3==1.40.21 +boto3==1.40.24 botocore>=1.35.10 pytest==8.4.1 pytest_mock==3.14.1