From a7d8077c0d06454ae052f927cc09c814a88c9faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:23:15 +0000 Subject: [PATCH] Update boto3 requirement from >=1.7.55 to >=1.43.36 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.36) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.36 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 648d3e5e..7cf06dcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -boto3>=1.7.55 +boto3>=1.43.36 retrying~=1.3 setuptools \ No newline at end of file