From e3ad94faf7aa940bb59348df9f60551f1790f66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 08:02:53 +0000 Subject: [PATCH] pip(deps): update botocore requirement from ~=1.26 to ~=1.29 Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Release notes](https://github.com/boto/botocore/releases) - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.26.0...1.29.3) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/S3_REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/S3_REQUIREMENTS.txt b/requirements/S3_REQUIREMENTS.txt index 92aac2cd..fd79a274 100644 --- a/requirements/S3_REQUIREMENTS.txt +++ b/requirements/S3_REQUIREMENTS.txt @@ -1,4 +1,4 @@ boto3~=1.20 -botocore~=1.26 +botocore~=1.29 hurry.filesize~=0.9 s3transfer~=0.5