From 8ccd8a32b8669806e331a82adc6aeb4037282280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 09:38:50 +0000 Subject: [PATCH] Bump the python-requirements group across 1 directory with 4 updates Updates the requirements on [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [tox](https://github.com/tox-dev/tox) and [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `mypy` to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v2.0.0) Updates `pre-commit` to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.5.0...v4.6.0) Updates `tox` to 4.53.1 - [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.52.0...4.53.1) Updates `urllib3` 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.0...2.7.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.53.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index dbcccef..1a333c9 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,9 +1,9 @@ coverage == 7.13.* -mypy == 1.20.* -pre-commit == 4.5.* +mypy == 2.0.* +pre-commit == 4.6.* pytest == 9.0.* pytest-cov == 7.1.* requests == 2.33.* setuptools == 82.0.* -tox == 4.52.* -urllib3 == 2.6.* +tox == 4.53.* +urllib3 == 2.7.*