From fba0359e7c1d916ea6ed1fba41ef990753bd023f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:11:47 +0000 Subject: [PATCH] Bump boto3 from 1.34.39 to 1.34.151 in /requirements Bumps [boto3](https://github.com/boto/boto3) from 1.34.39 to 1.34.151. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.39...1.34.151) --- 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..0877ce03 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.151 # via -r tests.in -botocore==1.34.39 +botocore==1.34.151 # via # boto3 # s3transfer diff --git a/requirements/tests.txt b/requirements/tests.txt index 58406ee9..2df663f0 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.151 + # via -r tests.in +botocore==1.34.151 # 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.2 # via botocore uwsgi==2.0.24 - # via -r requirements/tests.in + # via -r tests.in