From 0a3903a14b730bf2f621fe30bef31ee3457a3ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 05:42:27 +0000 Subject: [PATCH] Bump boto3 from 1.28.38 to 1.28.39 Bumps [boto3](https://github.com/boto/boto3) from 1.28.38 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.28.38...1.28.39) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4cf5c3f7..25ec67ad 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,11 +8,11 @@ astroid==2.15.6 # via pylint black==23.7.0 # via -r dev-requirements.in -boto3==1.28.38 +boto3==1.28.39 # via -r requirements.txt boto3-stubs[cloudformation]==1.28.39 # via -r dev-requirements.in -botocore==1.31.38 +botocore==1.31.39 # via # -r requirements.txt # boto3 diff --git a/requirements.txt b/requirements.txt index 13ce746b..6a9e3060 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile requirements.in # -boto3==1.28.38 +boto3==1.28.39 # via -r requirements.in -botocore==1.31.38 +botocore==1.31.39 # via # boto3 # s3transfer