From f0900d7be69b00d6f4af3623bc795c88fe0e3133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:57:01 +0000 Subject: [PATCH] Update botocore requirement from <1.41.0,>=1.15.0 to >=1.15.0,<1.42.0 Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Commits](https://github.com/boto/botocore/compare/1.15.0...1.41.0) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.41.0 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 acb1aa9e..6093da2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ gunicorn==23.0.0 s3transfer==0.14.0 jmespath==1.0.0 -botocore>=1.15.0,<1.41.0 +botocore>=1.15.0,<1.42.0 boto3>=1.12.0,<1.42.0 six==1.17.0