From ecf94b7724dfa3becbee76c6b3fb40c6eb588d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:31:07 +0000 Subject: [PATCH] :arrow_up: Update pytest-cov requirement from ~=5.0 to >=5,<7 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/v5.0.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 d10e57f..31635ea 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ ] extras_require = { - "test": ["pytest~=8.0", "pytest-cov~=5.0"], + "test": ["pytest~=8.0", "pytest-cov>=5,<7"], "hook": ["pre-commit~=3.0"], "lint": ["ruff~=0.2"], "docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.18", "mike~=2.0"],