From eda2aaea3fb7b3634e09dd496b435baa04e4bb6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 23:53:59 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 5 updates Bumps the python-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.43.88` | `1.43.92` | | [botocore](https://github.com/boto/botocore) | `1.43.88` | `1.43.92` | | [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) | `2.15.0` | `2.15.1` | | [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.12` | `2.9.13` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.12` | `2.9.13` | Updates `boto3` from 1.43.88 to 1.43.92 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.88...1.43.92) Updates `botocore` from 1.43.88 to 1.43.92 - [Commits](https://github.com/boto/botocore/compare/1.43.88...1.43.92) Updates `confluent-kafka` from 2.15.0 to 2.15.1 - [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.15.0...v2.15.1) Updates `psycopg2` from 2.9.12 to 2.9.13 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.12...2.9.13) Updates `psycopg2-binary` from 2.9.12 to 2.9.13 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.12...2.9.13) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.92 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.92 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: confluent-kafka dependency-version: 2.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: psycopg2 dependency-version: 2.9.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: psycopg2-binary dependency-version: 2.9.13 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c41d82b..f474b37 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -psycopg2-binary==2.9.12 +psycopg2-binary==2.9.13 pytest==9.1.1 pytest-cov==7.1.0 pytest-mock==3.15.1 diff --git a/requirements.txt b/requirements.txt index f17ec9e..eb88b0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ cryptography==50.0.1 jsonschema==4.26.0 PyJWT==2.13.0 requests==2.34.2 -boto3==1.43.88 -botocore==1.43.88 +boto3==1.43.92 +botocore==1.43.92 aiosql==15.0 -confluent-kafka==2.15.0 -psycopg2==2.9.12 +confluent-kafka==2.15.1 +psycopg2==2.9.13