From f7b1612011bcd8e6b4a5d94900696c163d031254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:07:13 +0000 Subject: [PATCH] Update pytest-cov requirement from <6 to <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/v1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3a706b4..fce05d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ console_scripts = [options.extras_require] dev = pytest<9 - pytest-cov<6 + pytest-cov<7 pytest-xdist<4 [isort]