From 5726671063c689612d7927a6018ce69a9a0f3aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:16:42 +0000 Subject: [PATCH] Update botocore requirement from <1.31.29,>1.23.41 to >1.23.41,<1.31.30 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.29) --- 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 438d3957d..db9ee0799 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -botocore>1.23.41,<1.31.29 +botocore>1.23.41,<1.31.30 cement==2.8.2 colorama>=0.2.5,<0.4.4 # use the same range that 'docker-compose' uses pathspec==0.10.1