From 32334408f0db9df8fd9d5946fcf6d976c027bc95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:22:02 +0000 Subject: [PATCH] Update boto3 requirement from <2,>=1.43.6 to >=1.43.9,<2 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.43.6...1.43.9) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.8 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 9999fc0..ae01206 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core utilities -boto3>=1.43.6,<2 +boto3>=1.43.9,<2 pandas==3.0.3 requests==2.33.1