From 96b0bc4c755f2555e3c69b1713382e0dfd04fa9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:50:20 +0000 Subject: [PATCH] Bump boto3 from 1.35.0 to 1.35.5 Bumps [boto3](https://github.com/boto/boto3) from 1.35.0 to 1.35.5. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.0...1.35.5) --- 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 d475489..189024c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ asn1crypto == 1.5.1 assertpy == 1.1 bandit == 1.7.9 black == 24.8.0 -boto3 == 1.35.0 +boto3 == 1.35.5 certvalidator == 0.11.1 cryptography == 43.0.0 dataclasses-json == 0.6.7 diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 92e9f56..f8bf336 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -boto3 == 1.35.0 \ No newline at end of file +boto3 == 1.35.5 \ No newline at end of file diff --git a/utils/requirements.txt b/utils/requirements.txt index 9630bf1..8f1fc2e 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1,5 +1,5 @@ asn1crypto == 1.5.1 -boto3 == 1.35.0 +boto3 == 1.35.5 certvalidator == 0.11.1 cryptography == 43.0.0 validators == 0.33.0