From fcb2ca4d001f46a24c9e22770310b0c50b5f67e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 23:53:22 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 4 updates Bumps the python-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) and [moto](https://github.com/getmoto/moto). Updates `boto3` from 1.43.18 to 1.43.24 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.18...1.43.24) Updates `botocore` from 1.43.18 to 1.43.24 - [Commits](https://github.com/boto/botocore/compare/1.43.18...1.43.24) Updates `confluent-kafka` from 2.14.0 to 2.14.2 - [Release notes](https://github.com/confluentinc/confluent-kafka-python/releases) - [Changelog](https://github.com/confluentinc/confluent-kafka-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/confluentinc/confluent-kafka-python/compare/v2.14.0...v2.14.2) Updates `moto` from 5.2.1 to 5.2.2 - [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.1...5.2.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: confluent-kafka dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: moto dependency-version: 5.2.2 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 9fc1a00..9d57a25 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,6 +7,6 @@ pylint==4.0.5 black==26.5.1 mypy==2.1.0 mypy-extensions==1.1.0 -moto[s3,secretsmanager,events]==5.2.1 +moto[s3,secretsmanager,events]==5.2.2 testcontainers==4.14.2 docker==7.1.0 diff --git a/requirements.txt b/requirements.txt index a415adb..6ec3dc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ cryptography==48.0.0 jsonschema==4.26.0 PyJWT==2.13.0 requests==2.34.2 -boto3==1.43.18 -botocore==1.43.18 +boto3==1.43.24 +botocore==1.43.24 aiosql==15.0 -confluent-kafka==2.14.0 +confluent-kafka==2.14.2 psycopg2==2.9.12