From 0ceb1f33ebf61565812b484f2e3ec0184075cc65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:06:25 +0000 Subject: [PATCH] Update botocore requirement from <1.35.0,>=1.16.0 to >=1.16.0,<1.36.0 Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.16.0...1.35.0) --- updated-dependencies: - dependency-name: botocore 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 60410b03f..b1bc32246 100644 --- a/requirements.txt +++ b/requirements.txt @@ -107,7 +107,7 @@ django-s3sign==0.4.0 s3transfer==0.10.0 jmespath==1.0.1 -botocore>=1.16.0,<1.35.0 +botocore>=1.16.0,<1.36.0 boto3[crt]>=1.13.0,<1.35.0 entrypoints==0.4