From 2708cf26c1c21eb102c7e33e963e7267328718b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:10:15 +0000 Subject: [PATCH] Bump the python-requirements group with 6 updates Updates the requirements on [coverage](https://github.com/nedbat/coveragepy), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `coverage` to 7.10.7 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.0...7.10.7) Updates `mypy` to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.18.2) Updates `pre-commit` to 4.3.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.1.0...v4.3.0) Updates `pytest` to 8.4.2 - [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/8.3.0.dev0...8.4.2) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v7.0.0) Updates `tox` to 4.30.2 - [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.24.0...4.30.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.7 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.30.2 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 6797bd0..cb0c9c0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ -coverage == 7.6.* -mypy == 1.15.* -pre-commit == 4.1.* -pytest == 8.3.* -pytest-cov == 6.0.* +coverage == 7.10.* +mypy == 1.18.* +pre-commit == 4.3.* +pytest == 8.4.* +pytest-cov == 7.0.* requests == 2.32.* -tox == 4.24.* +tox == 4.30.*