From a77a82d1d9901458c567624e5cae5981d69b83f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 01:33:02 +0000 Subject: [PATCH] Update boto3 requirement from >=1.7.55 to >=1.43.41 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.7.55...1.43.41) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.41 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91504d81b..b838486ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -boto3>=1.7.55 +boto3>=1.43.41 retrying~=1.3