From 4fa28447d93b840b2e1b6e57fed965bff40105c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:39:05 +0000 Subject: [PATCH] Update boto3 requirement from >=1.35 to >=1.43.1 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.35.0...1.43.1) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.1 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 b76c07e..602d5d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ pipenv>=2022.5.2 jupyter>=1.0.0 pandas>=1.4 ansible>=10.0 -boto3>=1.35 +boto3>=1.43.1