From d040c338abb1ba84bb0057293fe631579819e2cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:14:02 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory 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 46.0.7 to 48.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.0) Updates `boto3` to 1.43.3 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.64...1.43.3) Updates `botocore` to 1.43.3 - [Commits](https://github.com/boto/botocore/compare/1.42.64...1.43.3) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.97 dependency-type: direct:production dependency-group: dependencies - dependency-name: botocore dependency-version: 1.42.97 dependency-type: direct:production dependency-group: dependencies - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 145cf6fd..b301debc 100644 --- a/requirements-aws.txt +++ b/requirements-aws.txt @@ -1,2 +1,2 @@ -boto3~=1.42.64 -botocore~=1.42.64 +boto3~=1.43.3 +botocore~=1.43.3 diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 91145256..23766162 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -10,7 +10,7 @@ cffi==2.0.0 # via # cryptography # pyspx -cryptography==46.0.7 +cryptography==48.0.0 # via -r requirements.txt pycparser==3.0 # via cffi