From 6c5b15845db1897a17ef78c49870911dcef05284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:25:21 +0000 Subject: [PATCH] Update pytest-cov requirement from <7,>=6 to >=6,<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/v6.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34d9d20..dc7ecdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "mypy>=1.14,<2", "pip-audit>=2.7,<3", "pytest>=8.3,<9", - "pytest-cov>=6,<7", + "pytest-cov>=6,<8", "ruff>=0.9,<1", "twine>=6,<7", "types-PyYAML>=6.0.12,<7",