From 564002cb5415a6eaf5836a26019248ba87fe2ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:12:16 +0000 Subject: [PATCH] Bump the python-requirements group with 3 updates Updates the requirements on [coverage](https://github.com/nedbat/coveragepy), [pre-commit](https://github.com/pre-commit/pre-commit) 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.8.0...7.10.7) 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.2.0...v4.3.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.25.0...4.30.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.7 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: 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 f753013..f160ab4 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,3 +1,3 @@ -coverage == 7.8.* -pre-commit == 4.2.* -tox == 4.25.* +coverage == 7.10.* +pre-commit == 4.3.* +tox == 4.30.*