From e7a8c1f76af3d1859bfda4a7985afabfd6a95f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 23:53:29 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 4 updates Bumps the python-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [mypy](https://github.com/python/mypy) and [docker](https://github.com/docker/docker-py). Updates `boto3` from 1.43.40 to 1.43.46 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.40...1.43.46) Updates `botocore` from 1.43.40 to 1.43.46 - [Commits](https://github.com/boto/botocore/compare/1.43.40...1.43.46) Updates `mypy` from 2.1.0 to 2.2.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.2.0) Updates `docker` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](https://github.com/docker/docker-py/compare/7.1.0...7.2.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.46 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: docker dependency-version: 7.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a8b4ac6..881ef4f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,8 +5,8 @@ pytest-cov==7.1.0 pytest-mock==3.15.1 pylint==4.0.6 black==26.5.1 -mypy==2.1.0 +mypy==2.2.0 mypy-extensions==1.1.0 moto[s3,secretsmanager,events]==5.2.2 testcontainers==4.14.2 -docker==7.1.0 +docker==7.2.0 diff --git a/requirements.txt b/requirements.txt index e398fde..0031a01 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.40 -botocore==1.43.40 +boto3==1.43.46 +botocore==1.43.46 aiosql==15.0 confluent-kafka==2.15.0 psycopg2==2.9.12