From 795373c1df8cdb4ed9087b3c816859f0311f55e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 06:46:10 +0000 Subject: [PATCH] Bump awscli from 1.18.144 to 1.18.177 Bumps [awscli](https://github.com/aws/aws-cli) from 1.18.144 to 1.18.177. - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.18.144...1.18.177) 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 d2f11070..8f756e43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ matplotlib==3.3.2 pandas==1.1.2 matminer==0.6.3 autologging -awscli==1.18.144 +awscli==1.18.177 boto3==1.14.59 docopt==0.6.2 scikit-learn==0.23.2 diff --git a/setup.py b/setup.py index dffb3456..f15f05a3 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ "pandas==1.1.2", "matminer==0.6.3", "autologging", - "awscli==1.18.144", + "awscli==1.18.177", "boto3==1.14.59", "docopt==0.6.2", "scikit-learn==0.23.2",