From 98af1e0b9a84bcfb5bb33bdb97adf4c5cef29835 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 23:16:21 +0000 Subject: [PATCH] Bump botocore from 1.12.116 to 1.20.94 Bumps [botocore](https://github.com/boto/botocore) from 1.12.116 to 1.20.94. - [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.12.116...1.20.94) 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 1b74d14a7..f15ff3f11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ beautifulsoup4==4.7.1 beautifultable==0.7.0 boto==2.49.0 boto3==1.9.88 -botocore==1.12.116 +botocore==1.20.94 click==6.7 coverage==4.5.1 coveralls==1.3.0 diff --git a/setup.py b/setup.py index ea4780194..c50fba0ec 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "beautifultable==0.7.0", "boto==2.49.0", "boto3==1.9.88", - "botocore==1.12.116", + "botocore==1.20.94", "click==6.7", "coverage==4.5.1", "coveralls==1.3.0",