From e7421c917b05d0bd84885ec6781cd7315fd706d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 16:28:44 +0000 Subject: [PATCH] Bump boto3 from 1.14.56 to 1.14.58 Bumps [boto3](https://github.com/boto/boto3) from 1.14.56 to 1.14.58. - [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.56...1.14.58) 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 61b7ce12..4e885de9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pandas==1.1.2 matminer==0.6.3 autologging awscli==1.18.135 -boto3==1.14.56 +boto3==1.14.58 docopt==0.6.2 scikit-learn==0.23.2 taburu==2020.5.9 diff --git a/setup.py b/setup.py index 2a18e4a8..8b381f17 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ "matminer==0.6.3", "autologging", "awscli==1.18.135", - "boto3==1.14.56", + "boto3==1.14.58", "docopt==0.6.2", "scikit-learn==0.23.2", "taburu==2020.5.9",