From f7f651340813c59defe843db2f25ea1a0dad8a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:39:34 +0000 Subject: [PATCH] Update botocore requirement from <1.34.0,>=1.15.0 to >=1.15.0,<1.35.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.15.0...1.34.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 f52dc470..388cf8e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,7 +64,7 @@ s3transfer==0.8.0 jmespath==1.0.0 boto3>=1.12.0,<1.34.0 -botocore>=1.15.0,<1.34.0 +botocore>=1.15.0,<1.35.0 six==1.16.0 python-dateutil==2.8.2