From 23c796f32c4d0c538fefcaa9fc249a6cb5ab772f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 23:53:53 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 5 updates Bumps the python-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `1.20.2` | `2.0.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.3` | `2.7.0` | | [boto3](https://github.com/boto/boto3) | `1.43.3` | `1.43.6` | | [botocore](https://github.com/boto/botocore) | `1.43.3` | `1.43.6` | | [moto](https://github.com/getmoto/moto) | `5.2.0` | `5.2.1` | Updates `mypy` from 1.20.2 to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.0.0) Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) Updates `boto3` from 1.43.3 to 1.43.6 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.3...1.43.6) Updates `botocore` from 1.43.3 to 1.43.6 - [Commits](https://github.com/boto/botocore/compare/1.43.3...1.43.6) Updates `moto` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/5.2.0...5.2.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: moto dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index ed202e8..d9d242b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,18 +3,18 @@ pytest-cov==7.1.0 pytest-mock==3.15.1 pylint==4.0.5 black==26.3.1 -mypy==1.20.2 +mypy==2.0.0 mypy-extensions==1.1.0 -urllib3==2.6.3 +urllib3==2.7.0 cryptography==48.0.0 jsonschema==4.26.0 PyJWT==2.12.1 requests==2.33.1 -boto3==1.43.3 +boto3==1.43.6 aiosql==15.0 -botocore==1.43.3 +botocore==1.43.6 confluent-kafka==2.14.0 -moto[s3,secretsmanager,events]==5.2.0 +moto[s3,secretsmanager,events]==5.2.1 testcontainers==4.14.2 docker==7.1.0 # psycopg2-binary==2.9.10 # Ideal for local development, but not for long-term production use