From e7cea1c41e476ee1ad7a239d2d25cdc8a49d9a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 12:45:25 +0000 Subject: [PATCH] Bump the python-requirements group with 12 updates Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions), [mailchecker](https://github.com/FGRibreau/mailchecker), [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers), [boto3](https://github.com/boto/boto3), [certifi](https://github.com/certifi/python-certifi), [coverage](https://github.com/coveragepy/coveragepy), [mypy](https://github.com/python/mypy), [tox](https://github.com/tox-dev/tox), [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [types-pyyaml](https://github.com/python/typeshed), [types-openpyxl](https://github.com/python/typeshed) and [types-python-dateutil](https://github.com/python/typeshed) to permit the latest version. Updates `typing-extensions` to 4.16.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.14.1...4.16.0) Updates `mailchecker` from 6.0.20 to 6.0.21 - [Changelog](https://github.com/FGRibreau/mailchecker/blob/master/CHANGELOG.md) - [Commits](https://github.com/FGRibreau/mailchecker/compare/v6.0.20...v6.0.21) Updates `phonenumbers` from 9.0.33 to 9.0.35 - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.33...v9.0.35) Updates `boto3` from 1.43.38 to 1.43.58 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.38...1.43.58) Updates `certifi` to 2026.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2026.06.17...2026.07.22) Updates `coverage` to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.0...7.15.2) Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `tox` to 4.58.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.56.0...4.58.0) Updates `boto3-stubs` from 1.43.38 to 1.43.58 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `types-pyyaml` from 6.0.12.20260518 to 6.0.12.20260724 - [Commits](https://github.com/python/typeshed/commits) Updates `types-openpyxl` from 3.1.5.20260518 to 3.1.5.20260724 - [Commits](https://github.com/python/typeshed/commits) Updates `types-python-dateutil` from 2.9.0.20260518 to 2.9.0.20260716 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mailchecker dependency-version: 6.0.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: phonenumbers dependency-version: 9.0.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: boto3 dependency-version: 1.43.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: certifi dependency-version: 2026.7.22 dependency-type: direct:production dependency-group: python-requirements - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.58.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: boto3-stubs dependency-version: 1.43.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-pyyaml dependency-version: 6.0.12.20260724 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-openpyxl dependency-version: 3.1.5.20260724 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260716 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-test.txt | 14 +++++++------- requirements.txt | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 55d79226..ff775fc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ classifiers = [ ] dependencies = [ "python-slugify >= 7.0.0, < 9.0.0", - "typing_extensions >= 4.13.2, < 4.16.0", + "typing_extensions >= 4.13.2, < 4.17.0", ] dynamic = ["version"] maintainers = [ diff --git a/requirements-test.txt b/requirements-test.txt index 47b0fb65..7fae32fa 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,17 +1,17 @@ -coverage == 7.14.* -mypy == 2.1.* +coverage == 7.15.* +mypy == 2.3.* orjson == 3.11.* pre-commit == 4.6.* python-decouple == 3.8 -tox == 4.56.* +tox == 4.58.* # type stubs for mypy -boto3-stubs[essential,lambda]==1.43.38 +boto3-stubs[essential,lambda]==1.43.58 decouple-types==1.0.2 -types-PyYAML==6.0.12.20260518 +types-PyYAML==6.0.12.20260724 types-beautifulsoup4==4.12.0.20250516 types-html5lib==1.1.11.20260518 -types-openpyxl==3.1.5.20260518 -types-python-dateutil==2.9.0.20260518 +types-openpyxl==3.1.5.20260724 +types-python-dateutil==2.9.0.20260716 types-toml==0.10.8.20260518 types-xmltodict==1.0.1.20260518 diff --git a/requirements.txt b/requirements.txt index 0ea7b350..390f4a9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ beautifulsoup4 == 4.15.0 -boto3 == 1.43.38 -certifi >= 2026.6.17 +boto3 == 1.43.58 +certifi >= 2026.7.22 ftfy == 6.3.1 idna >= 3.18 -mailchecker == 6.0.20 +mailchecker == 6.0.21 openpyxl == 3.1.5 -phonenumbers == 9.0.33 +phonenumbers == 9.0.35 pydantic >= 2.0.0, < 3.0.0 python-dateutil == 2.9.0.post0 python-fsutil == 0.17.0