From 96e5457afbb711b93b83ce10aa7ef1252560813e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:43:03 +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.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.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 0703d0f..c708794 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ tests_require=[ 'pytest>=7.2.2, <9.1.0', 'coverage>=7.2.2, <7.14.0', - 'pytest-cov>=4.0, <7.1', + 'pytest-cov>=4.0, <7.2', 'testfixtures>=8.3.0, <= 10.0.0' ] )