From fa22312abce3c4e453170402208840f6235daa3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:12:46 +0000 Subject: [PATCH] Bump boto3 from 1.43.23 to 1.43.24 in /src Bumps [boto3](https://github.com/boto/boto3) from 1.43.23 to 1.43.24. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.23...1.43.24) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 4061a441..f12b35d7 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,2 +1,2 @@ -boto3==1.43.23 +boto3==1.43.24 requests==2.34.2