From 3e3fb686070265d9f6b432b6c8e45c2d975f610a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:17:19 +0000 Subject: [PATCH] build(deps-dev): update pytest-cov requirement 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.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 f3c641f..4fda985 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ tests_require=[ 'pytest>=7.2.2, <8.4.0', 'coverage>=7.2.2, <7.7.0', - 'pytest-cov>=4.0, <6.1', + 'pytest-cov>=4.0, <7.1', 'testfixtures>=8.3.0, <= 10.0.0' ] )