From 288dd755287f495a697a353a6b553bea733eee84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:33:12 +0100 Subject: [PATCH] Bump boto3 from 1.34.155 to 1.34.156 (#208) Bumps [boto3](https://github.com/boto/boto3) from 1.34.155 to 1.34.156. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.155...1.34.156) --- 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> Co-authored-by: Paul Schwarzenberger --- 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 9b9af17..1d25c01 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.4.2 -boto3 == 1.34.155 +boto3 == 1.34.156 certvalidator == 0.11.1 cryptography == 43.0.0 dataclasses-json == 0.6.7 diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 16c44ca..e734cf5 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -boto3 == 1.34.155 \ No newline at end of file +boto3 == 1.34.156 \ No newline at end of file diff --git a/utils/requirements.txt b/utils/requirements.txt index ec1ffc9..d5659a9 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -1,5 +1,5 @@ asn1crypto == 1.5.1 -boto3 == 1.34.155 +boto3 == 1.34.156 certvalidator == 0.11.1 cryptography == 43.0.0 validators == 0.33.0