From 9e12c0bbe6b8d647b93cfe7800d26eac27c606c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:57:01 +0000 Subject: [PATCH] Bump boto3 from 1.28.1 to 1.34.19 Bumps [boto3](https://github.com/boto/boto3) from 1.28.1 to 1.34.19. - [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.19) --- 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..ee578a66 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.19 docopt==0.6.2 taburu==2020.5.9 protosearch==2020.5.10 diff --git a/setup.py b/setup.py index db9570cb..d5801356 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.19", "docopt==0.6.2", "taburu==2020.5.9", "GPy==1.10.0",