From 98b93b4d782a3f621d6975fe4ac7bd1597032bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:54:37 +0000 Subject: [PATCH] Update pytest-cov requirement from <7,>=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:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6fcdb36..8b93f84 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ ], "test": [ "pytest>=6,<9", - "pytest-cov>=2,<7", + "pytest-cov>=2,<8", "re-assert>=1,<2", ], },