From 50743acfeb517976c49eb95f4591658c2b726456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 08:55:22 -0400 Subject: [PATCH] pip(deps): bump botocore from 1.21.16 to 1.21.21 (#85) Bumps [botocore](https://github.com/boto/botocore) from 1.21.16 to 1.21.21. - [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.21.16...1.21.21) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 34178095..e3efcde0 100644 --- a/requirements/S3_REQUIREMENTS.txt +++ b/requirements/S3_REQUIREMENTS.txt @@ -1,4 +1,4 @@ boto3==1.18.16 -botocore==1.21.16 +botocore==1.21.21 hurry.filesize==0.9 s3transfer==0.5.0