From 028017a2d6caa8bac5a9771a567e9e1f95d39deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:16:57 +0000 Subject: [PATCH] Bump boto3 from 1.34.39 to 1.34.117 in /requirements Bumps [boto3](https://github.com/boto/boto3) from 1.34.39 to 1.34.117. - [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.34.39...1.34.117) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 4 ++-- requirements/tests.txt | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 00a2c9fd..08f409af 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,9 +8,9 @@ alabaster==0.7.16 # via sphinx babel==2.14.0 # via sphinx -boto3==1.34.39 +boto3==1.34.117 # via -r tests.in -botocore==1.34.39 +botocore==1.34.117 # via # boto3 # s3transfer diff --git a/requirements/tests.txt b/requirements/tests.txt index 58406ee9..92d3f603 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,9 +4,9 @@ # # pip-compile requirements/tests.in # -boto3==1.34.39 - # via -r requirements/tests.in -botocore==1.34.39 +boto3==1.34.117 + # via -r tests.in +botocore==1.34.117 # via # boto3 # s3transfer @@ -25,24 +25,24 @@ pluggy==1.4.0 psutil==5.9.8 # via pytest-xprocess pylibmc==1.6.3 - # via -r requirements/tests.in + # via -r tests.in pymongo==4.6.1 - # via -r requirements/tests.in + # via -r tests.in pytest==8.0.0 # via - # -r requirements/tests.in + # -r tests.in # pytest-xprocess pytest-xprocess==0.23.0 - # via -r requirements/tests.in + # via -r tests.in python-dateutil==2.8.2 # via botocore redis==5.0.1 - # via -r requirements/tests.in + # via -r tests.in s3transfer==0.10.0 # via boto3 six==1.16.0 # via python-dateutil -urllib3 +urllib3==2.2.1 # via botocore uwsgi==2.0.24 - # via -r requirements/tests.in + # via -r tests.in