From bdbb84fe6c5e2632c84856b412c8af737085cb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 23:53:53 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 4 updates Bumps the python-dependencies group with 4 updates: [cryptography](https://github.com/pyca/cryptography), [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore) and [moto](https://github.com/getmoto/moto). Updates `cryptography` from 50.0.0 to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) Updates `boto3` from 1.43.76 to 1.43.82 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.76...1.43.82) Updates `botocore` from 1.43.76 to 1.43.82 - [Commits](https://github.com/boto/botocore/compare/1.43.76...1.43.82) Updates `moto` from 5.2.2 to 5.2.3 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/5.2.2...5.2.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.82 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.82 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: moto dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6c9ed77..2d71eff 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,6 +7,6 @@ pylint==4.0.7 black==26.5.1 mypy==2.3.1 mypy-extensions==1.1.0 -moto[s3,secretsmanager,events]==5.2.2 +moto[s3,secretsmanager,events]==5.2.3 testcontainers==4.15.0 docker==7.2.0 diff --git a/requirements.txt b/requirements.txt index 7f0c56c..92988ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -cryptography==50.0.0 +cryptography==50.0.1 jsonschema==4.26.0 PyJWT==2.13.0 requests==2.34.2 -boto3==1.43.76 -botocore==1.43.76 +boto3==1.43.82 +botocore==1.43.82 aiosql==15.0 confluent-kafka==2.15.0 psycopg2==2.9.12