From ed00c48c064ccf31b3d3c6258ed139fafcc682c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:43:03 +0000 Subject: [PATCH] Update boto3 requirement from >=1.7.55 to >=1.42.94 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.42.94) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.94 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 da8afee09..b827b2099 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -boto3>=1.7.55 +boto3>=1.42.94 retrying>=1.3.3 paramiko>=2.4.2 requests>=2.24.0