From 0c825e5eef743f28864e6741d72dbd47333de2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 05:01:37 +0000 Subject: [PATCH] Bump boto3 from 1.40.31 to 1.40.32 in /src Bumps [boto3](https://github.com/boto/boto3) from 1.40.31 to 1.40.32. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.31...1.40.32) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.32 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 a775a462..91ea185c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,2 +1,2 @@ -boto3==1.40.31 +boto3==1.40.32 requests==2.32.5