From 9946d272a5be527cd05ab3b6ce9ac38b40fa6105 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 22:22:57 +0000 Subject: [PATCH] Bump boto3 from 1.14.45 to 1.17.105 Bumps [boto3](https://github.com/boto/boto3) from 1.14.45 to 1.17.105. - [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.14.45...1.17.105) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c14676..d2327bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ appdirs==1.4.4 attrs==20.1.0 -boto3==1.14.45 +boto3==1.17.105 chardet==3.0.4 dependency-injector==3.23.2 hcloud==1.9.1 diff --git a/setup.py b/setup.py index 809877f..803efb9 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ install_requires=[ "attrs==20.1.0", "appdirs==1.4.4", - "boto3==1.14.45", + "boto3==1.17.105", "chardet==3.0.4", "dependency-injector==3.23.2", "hcloud==1.9.1",