From a6f9c820f0ce91165fb27f0c7e0f27831b720b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 15:55:00 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 3 updates Bumps the python-dependencies group with 3 updates: [cryptography](https://github.com/pyca/cryptography), [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore). Updates `cryptography` from 47.0.0 to 48.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/47.0.0...48.0.0) Updates `boto3` from 1.43.2 to 1.43.3 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.2...1.43.3) Updates `botocore` from 1.43.2 to 1.43.3 - [Commits](https://github.com/boto/botocore/compare/1.43.2...1.43.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4c50ba5..ed202e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,13 +6,13 @@ black==26.3.1 mypy==1.20.2 mypy-extensions==1.1.0 urllib3==2.6.3 -cryptography==47.0.0 +cryptography==48.0.0 jsonschema==4.26.0 PyJWT==2.12.1 requests==2.33.1 -boto3==1.43.2 +boto3==1.43.3 aiosql==15.0 -botocore==1.43.2 +botocore==1.43.3 confluent-kafka==2.14.0 moto[s3,secretsmanager,events]==5.2.0 testcontainers==4.14.2