From 87a8cb5c3998a01e4271285e51c9c59b2fd678a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:34:50 +0000 Subject: [PATCH] Bump boto3 from 1.35.49 to 1.35.71 (#278) Bumps [boto3](https://github.com/boto/boto3) from 1.35.49 to 1.35.71. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.49...1.35.71) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 f0df96a..e593908 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ asn1crypto == 1.5.1 assertpy == 1.1 bandit == 1.7.10 black == 24.10.0 -boto3 == 1.35.49 +boto3 == 1.35.71 certvalidator == 0.11.1 cryptography == 43.0.3 dataclasses-json == 0.6.7 diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 8f91850..95bfef1 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -boto3 == 1.35.49 \ No newline at end of file +boto3 == 1.35.71 \ No newline at end of file diff --git a/utils/requirements.txt b/utils/requirements.txt index 326aa06..03a36e1 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1,5 +1,5 @@ asn1crypto == 1.5.1 -boto3 == 1.35.49 +boto3 == 1.35.71 certvalidator == 0.11.1 cryptography == 43.0.3 validators == 0.34.0