From 62c30a597034db2ec66d80fe9b7a26d63b940621 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 06:19:19 +0000 Subject: [PATCH] Bump awscli from 1.18.220 to 1.18.221 Bumps [awscli](https://github.com/aws/aws-cli) from 1.18.220 to 1.18.221. - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.18.220...1.18.221) 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 bd819972..d0540a69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ matplotlib==3.3.3 pandas==1.2.1 matminer==0.6.4 autologging -awscli==1.18.220 +awscli==1.18.221 boto3==1.16.59 docopt==0.6.2 scikit-learn==0.24.1 diff --git a/setup.py b/setup.py index 3a670161..b26509d7 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ "pandas==1.2.1", "matminer==0.6.4", "autologging", - "awscli==1.18.220", + "awscli==1.18.221", "boto3==1.16.59", "docopt==0.6.2", "scikit-learn==0.24.1",