From 1e0367bc97d79eb275328905a84d359542ca668a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:31:17 +0000 Subject: [PATCH] Bump boto3 from 1.34.99 to 1.34.103 Bumps [boto3](https://github.com/boto/boto3) from 1.34.99 to 1.34.103. - [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.99...1.34.103) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- scripts/requirements.txt | 2 +- utils/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cf1e95cd..fedbaf39 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -r requirements-docs.txt setuptools==69.5.1 assertpy==1.1 -boto3==1.34.99 +boto3==1.34.103 black==24.4.2 cryptography == 42.0.7 asn1crypto == 1.5.1 diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 8d9ed092..4e121d98 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -boto3==1.34.99 \ No newline at end of file +boto3==1.34.103 \ No newline at end of file diff --git a/utils/requirements.txt b/utils/requirements.txt index fce2a444..77acba6d 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1,5 +1,5 @@ asn1crypto == 1.5.1 -boto3==1.34.99 +boto3==1.34.103 certvalidator == 0.11.1 cryptography == 42.0.7 validators==0.28.1