From da1619b655dd9f98fb1729ca568cfdee6f0bbf3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:53:58 +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 [pylint](https://github.com/pylint-dev/pylint). Updates `boto3` from 1.43.66 to 1.43.71 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.66...1.43.71) Updates `botocore` from 1.43.66 to 1.43.71 - [Commits](https://github.com/boto/botocore/compare/1.43.66...1.43.71) Updates `pylint` from 4.0.6 to 4.0.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.71 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.71 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pylint dependency-version: 4.0.7 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ddaef37..d9b5b6a 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.6 +pylint==4.0.7 black==26.5.1 mypy==2.3.0 mypy-extensions==1.1.0 diff --git a/requirements.txt b/requirements.txt index 89a4e29..8860d4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ cryptography==50.0.0 jsonschema==4.26.0 PyJWT==2.13.0 requests==2.34.2 -boto3==1.43.66 -botocore==1.43.66 +boto3==1.43.71 +botocore==1.43.71 aiosql==15.0 confluent-kafka==2.15.0 psycopg2==2.9.12