From 59b95b142618769dbe96c5d77f3a292380955daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:26:45 +0000 Subject: [PATCH] deps(deps-dev): update pytest-cov requirement from <8,>=4 to >=7.1.0,<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/v4.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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f66a7ff7..8cbbc43f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ docs = [ # Testing - modular groups test-unit = [ "pytest>=7,<10", - "pytest-cov>=4,<8", + "pytest-cov>=7.1.0,<8", "pytest-timeout>=2,<3", ] test-property = [ @@ -120,7 +120,7 @@ test-quality = [ ] test-all = [ "pytest>=7,<10", - "pytest-cov>=4,<8", + "pytest-cov>=7.1.0,<8", "pytest-timeout>=2,<3", "hypothesis>=6,<7", "hypothesis-networkx>=0.3,<1.0", @@ -134,7 +134,7 @@ test-all = [ ] test = [ # Legacy alias "pytest>=7,<10", - "pytest-cov>=4,<8", + "pytest-cov>=7.1.0,<8", "pytest-timeout>=2,<3", "hypothesis>=6,<7", "hypothesis-networkx>=0.3,<1.0", @@ -159,12 +159,12 @@ dev-minimal = [ "mypy>=1.8,<2.0", "black>=23,<26", "pytest>=7,<10", - "pytest-cov>=4,<8", + "pytest-cov>=7.1.0,<8", "pytest-timeout>=2,<3", ] dev-full = [ "pytest>=7,<10", - "pytest-cov>=4,<8", + "pytest-cov>=7.1.0,<8", "pytest-timeout>=2,<3", "hypothesis>=6,<7", "hypothesis-networkx>=0.3,<1.0",