From ecd722277c7ffd7c86b1269c00da7ad01944174c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:11:32 +0000 Subject: [PATCH] Bump boto3 from 1.35.17 to 1.35.19 Bumps [boto3](https://github.com/boto/boto3) from 1.35.17 to 1.35.19. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.17...1.35.19) --- 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 405c065..dd908d6 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.17 +boto3 == 1.35.19 certvalidator == 0.11.1 cryptography == 43.0.1 dataclasses-json == 0.6.7 diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 324e1b7..c3bc18c 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -boto3 == 1.35.17 \ No newline at end of file +boto3 == 1.35.19 \ No newline at end of file diff --git a/utils/requirements.txt b/utils/requirements.txt index fee973b..b6f4d5a 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1,5 +1,5 @@ asn1crypto == 1.5.1 -boto3 == 1.35.17 +boto3 == 1.35.19 certvalidator == 0.11.1 cryptography == 43.0.1 validators == 0.34.0