From 2c51b001647250c66aa2fc51227e4df6da16a4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:11:03 +0000 Subject: [PATCH] Bump the python-requirements group with 3 updates Updates the requirements on [mypy](https://github.com/python/mypy), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `mypy` to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v1.18.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.2.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.28.0...4.30.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index c854816..3ce1a0c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ -e . coverage == 7.10.* -mypy == 1.17.* +mypy == 1.18.* pre-commit == 4.3.* pytest==8.4.* -pytest-cov == 6.2.* -tox == 4.28.* +pytest-cov == 7.0.* +tox == 4.30.*