From 28dec701f0968c0d580e7f8f6c355f0ce7dff024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:43:28 +0000 Subject: [PATCH] Bump the python-requirements group across 1 directory with 7 updates Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest](https://github.com/pytest-dev/pytest), [requests](https://github.com/psf/requests), [tox](https://github.com/tox-dev/tox) and [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `coverage` to 7.14.3 - [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.13.0...7.14.3) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v2.1.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 `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.0...9.1.1) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.0...v2.34.2) Updates `tox` to 4.56.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.56.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: coverage dependency-version: 7.14.3 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 2.1.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: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.56.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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index dbcccef..7e298ee 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,9 +1,9 @@ -coverage == 7.13.* -mypy == 1.20.* -pre-commit == 4.5.* -pytest == 9.0.* +coverage == 7.14.* +mypy == 2.1.* +pre-commit == 4.6.* +pytest == 9.1.* pytest-cov == 7.1.* -requests == 2.33.* +requests == 2.34.* setuptools == 82.0.* -tox == 4.52.* -urllib3 == 2.6.* +tox == 4.56.* +urllib3 == 2.7.*