From 9b91c779e53139df1667faa5bfa16a14dbc23bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:59:52 +0100 Subject: [PATCH] :arrow_up: Update pytest-cov requirement (#2071) 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/v4.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6e21124..1c9d4ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ metrics = [ [dependency-groups] dev = [ "pytest>=7.2.2,<9.0.0", - "pytest-cov>=4.0.0,<5.0.0", + "pytest-cov>=4.0.0,<8.0.0", "tox>=4.11.4", "notebook>=6.5.3,<8.0.0", "ipywidgets>=8.1.1",