From 33c21ce21319de951e585aab1c43bf14a30ecaa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 00:57:13 +0000 Subject: [PATCH] Update boto3 requirement from <2,>=1.43.9 to >=1.43.13,<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.9...1.43.13) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.13 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 14f7973..308224c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core utilities -boto3>=1.43.9,<2 +boto3>=1.43.13,<2 pandas==3.0.3 requests==2.34.2