From c354560dc0fbb81925d3fbfb4cb8302d70a8f3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:31:17 +0000 Subject: [PATCH] Update botocore requirement from <1.31.31,>1.23.41 to >1.23.41,<1.31.32 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.23.42...1.31.31) --- 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 178bc4ca0..27eb71dfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -botocore>1.23.41,<1.31.31 +botocore>1.23.41,<1.31.32 cement==2.8.2 colorama>=0.2.5,<0.4.4 # use the same range that 'docker-compose' uses pathspec==0.10.1