From 21cd45c99b3661f924a06406715c279e59c2cc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 23:53:38 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 7 updates Bumps the python-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) | `3.34.0` | `3.35.0` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.13.0` | `2.14.0` | | [boto3](https://github.com/boto/boto3) | `1.43.88` | `1.43.97` | | [botocore](https://github.com/boto/botocore) | `1.43.88` | `1.43.97` | | [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 `aws-lambda-powertools` from 3.34.0 to 3.35.0 - [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md) - [Commits](https://github.com/aws-powertools/powertools-lambda-python/compare/v3.34.0...v3.35.0) Updates `pyjwt` from 2.13.0 to 2.14.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.13.0...2.14.0) Updates `boto3` from 1.43.88 to 1.43.97 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.88...1.43.97) Updates `botocore` from 1.43.88 to 1.43.97 - [Commits](https://github.com/boto/botocore/compare/1.43.88...1.43.97) 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: aws-lambda-powertools dependency-version: 3.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pyjwt dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.97 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.97 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 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..e69529d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -aws-lambda-powertools==3.34.0 +aws-lambda-powertools==3.35.0 cryptography==50.0.1 jsonschema==4.26.0 -PyJWT==2.13.0 +PyJWT==2.14.0 requests==2.34.2 -boto3==1.43.88 -botocore==1.43.88 +boto3==1.43.97 +botocore==1.43.97 aiosql==15.0 -confluent-kafka==2.15.0 -psycopg2==2.9.12 +confluent-kafka==2.15.1 +psycopg2==2.9.13