From a5112aa5e2bc1844df2663e95219490451d5f8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:10:32 +0000 Subject: [PATCH] Update botocore requirement from <1.32.0,>=1.25.0 to >=1.25.0,<1.33.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.25.0...1.32.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 5d60e2ba..8fbabc5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ autobahn==23.1.2 Automat==22.10.0 backports.zoneinfo;python_version<"3.9" boto3>=1.20.0,<1.29.0 -botocore>=1.25.0,<1.32.0 +botocore>=1.25.0,<1.33.0 certifi==2023.7.22 cffi==1.16.0 channels==4.0.0