From ae212faabace37ef08ac632065844ee04118c9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 03:07:10 +0000 Subject: [PATCH] Update pytest-cov requirement from <5.1,>=2.10 to >=2.10,<6.1 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.10.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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 d8a3ef6..2db5e94 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def read(*parts): tests_require = [ 'codecov==2.1.*', 'coverage>=5.3,<7.7', - 'pytest-cov>=2.10,<5.1', + 'pytest-cov>=2.10,<6.1', 'pytest-env==1.1.5', 'pytest-mock>=3.11,<3.15', 'pytest>=6.1,<8.4',