From a64d252e325a5852bd75f3db29a308095b7f7def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 23:53:26 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 3 updates Bumps the python-dependencies group with 3 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore) and [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python). Updates `boto3` from 1.43.36 to 1.43.40 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.36...1.43.40) Updates `botocore` from 1.43.36 to 1.43.40 - [Commits](https://github.com/boto/botocore/compare/1.43.36...1.43.40) Updates `confluent-kafka` from 2.14.2 to 2.15.0 - [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.2...v2.15.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: confluent-kafka dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor 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 fa99083..e398fde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ cryptography==49.0.0 jsonschema==4.26.0 PyJWT==2.13.0 requests==2.34.2 -boto3==1.43.36 -botocore==1.43.36 +boto3==1.43.40 +botocore==1.43.40 aiosql==15.0 -confluent-kafka==2.14.2 +confluent-kafka==2.15.0 psycopg2==2.9.12