From e3ca67639e65a63f977171f2653307b35f254198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:07:19 +0000 Subject: [PATCH] Chore(deps-dev): 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.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01a9175..1b0f15e 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ extras = { "test": [ "pytest<9", - "pytest-cov<6", + "pytest-cov<7", "lovely-pytest-docker>=1,<2", "grafanalib==0.7.1", ]