From 74eaab6ebc044234acf69a51b16f0ff22bbe73ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:32:37 +0000 Subject: [PATCH] Bump boto3 from 1.28.1 to 1.34.2 Bumps [boto3](https://github.com/boto/boto3) from 1.28.1 to 1.34.2. - [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.28.1...1.34.2) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 247d12cc..91000e15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==3.1.14 python-dateutil==2.8.2 networkx==2.8.8 matminer==0.7.8 -boto3==1.28.1 +boto3==1.34.2 docopt==0.6.2 taburu==2020.5.9 protosearch==2020.5.10 diff --git a/setup.py b/setup.py index db9570cb..0869a653 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "matplotlib==3.6.2", "matminer==0.7.8", "awscli", - "boto3==1.28.1", + "boto3==1.34.2", "docopt==0.6.2", "taburu==2020.5.9", "GPy==1.10.0",