From b54cefb81ddcab63535cbbdc97dbc25a003ba2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:18:25 +0000 Subject: [PATCH] Update botocore requirement from <1.36.0,>=1.16.0 to >=1.16.0,<1.37.0 Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Commits](https://github.com/boto/botocore/compare/1.16.0...1.36.0) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_reqs.txt b/test_reqs.txt index 042e982..c01155c 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -17,5 +17,5 @@ urllib3==2.3.0 jmespath==1.0.1 s3transfer==0.10.4 -botocore>=1.16.0,<1.36.0 +botocore>=1.16.0,<1.37.0 boto3[crt]>=1.13.0,<1.37.0 \ No newline at end of file