From 818e7dfa54b98696dcd58eb155e7264472027569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 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: [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python), [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore) and [pylint](https://github.com/pylint-dev/pylint). Updates `aws-lambda-powertools` from 3.31.1 to 3.34.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.31.1...v3.34.0) Updates `boto3` from 1.43.82 to 1.43.88 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.82...1.43.88) Updates `botocore` from 1.43.82 to 1.43.88 - [Commits](https://github.com/boto/botocore/compare/1.43.82...1.43.88) Updates `pylint` from 4.0.7 to 4.0.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.7...v4.0.8) --- updated-dependencies: - dependency-name: aws-lambda-powertools dependency-version: 3.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.88 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.88 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pylint dependency-version: 4.0.8 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 2d71eff..c41d82b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ psycopg2-binary==2.9.12 pytest==9.1.1 pytest-cov==7.1.0 pytest-mock==3.15.1 -pylint==4.0.7 +pylint==4.0.8 black==26.5.1 mypy==2.3.1 mypy-extensions==1.1.0 diff --git a/requirements.txt b/requirements.txt index ba9b9bc..f17ec9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -aws-lambda-powertools==3.31.1 +aws-lambda-powertools==3.34.0 cryptography==50.0.1 jsonschema==4.26.0 PyJWT==2.13.0 requests==2.34.2 -boto3==1.43.82 -botocore==1.43.82 +boto3==1.43.88 +botocore==1.43.88 aiosql==15.0 confluent-kafka==2.15.0 psycopg2==2.9.12