From 628a6190eb03a074a9c88faa43055b129ecc7cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 10:03:18 +0000 Subject: [PATCH] Update boto3 requirement from <1.27.0,>=1.12.0 to >=1.12.0,<1.29.0 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.12.0...1.28.0) --- updated-dependencies: - dependency-name: boto3 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 c36d88dc8..c7eb7d2e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -93,7 +93,7 @@ s3transfer==0.6.0 jmespath==1.0.0 botocore>=1.15.0,<1.30.0 -boto3>=1.12.0,<1.27.0 +boto3>=1.12.0,<1.29.0 urllib3==1.26.8 django-storages==1.13