From 24d55bd10cb5b832718faa85ef8ecfccf25b2e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:15:41 +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 22d1224..7f2daf0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ reqs = [] extras_require = { - "test": ["pytest~=8.0", "pytest-cov~=5.0"], + "test": ["pytest~=8.0", "pytest-cov>=5,<7"], "hook": ["pre-commit~=4.0"], "lint": ["ruff~=0.2"], "docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.24", "mike~=2.0"],