From 3cf996c7d60b430052786cb8fd610b49f2fac268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:06:34 +0000 Subject: [PATCH] :arrow_up: 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/v2.8.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 c8ff2913..ef2fb692 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def _parse_requirements(path, encoding="utf-8"): ], "test": [ "pytest>=5.4.0, <9.0.0", # pytest==8.0.0 breaks pytest-lazy-fixture : https://github.com/TvoroG/pytest-lazy-fixture/issues/65 - "pytest-cov>=2.8.0, <6.0.0", + "pytest-cov>=2.8.0, <7.0.0", "pytest-lazy-fixtures>=1.0.0, <2.0.0", "pytest-mock>=3.1.0, <4.0.0", "ruff>=0.5.0,<0.8.0", # ensure consistency with pre-commit