From c762f3b291c9a5bf6198dcfe22a1406f712367ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 23:01:50 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 3 updates Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore) to permit the latest version. Updates `cryptography` from 43.0.3 to 45.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...45.0.2) Updates `boto3` to 1.38.19 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.14...1.38.19) Updates `botocore` to 1.38.19 - [Commits](https://github.com/boto/botocore/compare/1.38.14...1.38.19) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.38.19 dependency-type: direct:production dependency-group: dependencies - dependency-name: botocore dependency-version: 1.38.19 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements-aws.txt | 4 ++-- requirements-pinned.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-aws.txt b/requirements-aws.txt index ae080cb3..dce2c4cb 100644 --- a/requirements-aws.txt +++ b/requirements-aws.txt @@ -1,2 +1,2 @@ -boto3~=1.38.14 -botocore~=1.38.14 +boto3~=1.38.19 +botocore~=1.38.19 diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 4104172f..044fa587 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -10,7 +10,7 @@ cffi==1.17.1 # via # cryptography # pyspx -cryptography==43.0.3 +cryptography==45.0.2 # via -r requirements.txt pycparser==2.22 # via cffi