From 4beb429d4bb5cd259c39f8bc5a8ab9ce7e2d0b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 18:00:59 +0000 Subject: [PATCH] Bump boto3 from 1.17.74 to 1.20.26 Bumps [boto3](https://github.com/boto/boto3) from 1.17.74 to 1.20.26. - [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.17.74...1.20.26) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f30a0a5..71f0c4a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # Common libraries requirements = [ "appdirs==1.4.4", - "boto3==1.17.74", + "boto3==1.20.26", "Click>=6.0", "deprecation>=2.0.6", "dill==0.3.4",