From f08b5b09754882a26e0d41dd51c05d057391baa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:04:17 +0000 Subject: [PATCH] Update pytest-cov requirement from <6,>=2 to >=2,<8 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29840cb..1c32bff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ local_scheme = "no-local-version" [project.optional-dependencies] testing = [ "pytest >=7.4,<9.0", - "pytest-cov >=2,<6", + "pytest-cov >=2,<8", "pytest-json-report ~=1.5", "coverage ~=7.6" ]