From ad8fd5d316157db29be813e7799555b18f2f0b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:41:33 +0000 Subject: [PATCH] Bump boto3 from 1.26.104 to 1.28.39 in /requirements Bumps [boto3](https://github.com/boto/boto3) from 1.26.104 to 1.28.39. - [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.26.104...1.28.39) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 4 ++-- requirements/tests.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 7c457ba3..18c296dd 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -12,9 +12,9 @@ attrs==21.2.0 # via pytest babel==2.9.1 # via sphinx -boto3==1.26.104 +boto3==1.28.39 # via -r tests.in -botocore==1.29.104 +botocore==1.31.39 # via # boto3 # s3transfer diff --git a/requirements/tests.txt b/requirements/tests.txt index 6fc2535c..01ed922a 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -8,9 +8,9 @@ async-timeout==4.0.2 # via redis attrs==21.2.0 # via pytest -boto3==1.26.104 +boto3==1.28.39 # via -r tests.in -botocore==1.29.104 +botocore==1.31.39 # via # boto3 # s3transfer