From cfcd0abc4b97ae7fc8e4ed568b4b0a8fe72bb92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 18:00:50 +0000 Subject: [PATCH] Bump boto3 from 1.20.42 to 1.20.49 Bumps [boto3](https://github.com/boto/boto3) from 1.20.42 to 1.20.49. - [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.20.42...1.20.49) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e6e801d1..b6cce05d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==3.1.14 python-dateutil==2.8.1 networkx==2.5.1 matminer==0.7.4 -boto3==1.20.42 +boto3==1.20.49 docopt==0.6.2 taburu==2020.5.9 protosearch==2020.5.10 diff --git a/setup.py b/setup.py index 992bc24c..5f17b785 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "matplotlib==3.4.2", "matminer==0.7.4", "awscli", - "boto3==1.20.42", + "boto3==1.20.49", "docopt==0.6.2", "taburu==2020.5.9", "GPy==1.10.0",