From 138e70aa94d6373f6ccfdc33c60faeb3d545f6f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:16:00 +0000 Subject: [PATCH] :arrow_up: Update botocore requirement 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.30.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 f9eda0650..7300f17cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -112,7 +112,7 @@ django-s3sign==0.3.2 s3transfer==0.6.0 jmespath==1.0.1 -botocore>=1.16.0,<1.30.0 +botocore>=1.16.0,<1.31.0 boto3[crt]>=1.13.0,<1.27.0 entrypoints==0.4