From 71e0f8f5f903221f2429ed823cccce40451605f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 08:16:25 +0000 Subject: [PATCH] Bump botocore from 1.24.42 to 1.24.43 Bumps [botocore](https://github.com/boto/botocore) from 1.24.42 to 1.24.43. - [Release notes](https://github.com/boto/botocore/releases) - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.24.42...1.24.43) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- requirements-tests.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 6210cc38d8..bdfac4483c 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -61,7 +61,7 @@ boto3==1.21.42 # -r requirements-tests.txt # aws-sam-translator # moto -botocore==1.24.42 +botocore==1.24.43 # via # -r requirements-docs.in # -r requirements-tests.txt diff --git a/requirements-tests.txt b/requirements-tests.txt index 2df0bd6a92..c79045107d 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -26,7 +26,7 @@ boto3==1.21.42 # via # aws-sam-translator # moto -botocore==1.24.42 +botocore==1.24.43 # via # aws-xray-sdk # boto3 diff --git a/requirements.txt b/requirements.txt index 74b86a478e..a73c8d7ef6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ blinker==1.4 # flask-principal boto3==1.21.42 # via -r requirements.in -botocore==1.24.42 +botocore==1.24.43 # via # -r requirements.in # boto3