From e4b866482384d241fefaeeb3ddd3e8eaff023e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:43:58 +0000 Subject: [PATCH] chore(deps-dev): 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/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f720ba241..a7c3026a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ "pytest-sugar~=1.1.1", "pre-commit~=4.3.0", "deepdiff~=8.6.1", - "pytest-cov~=7.0.0", + "pytest-cov>=7.0,<7.2", "twine~=6.2.0", "types-retry~=0.9.9.20250322", "networkx~=3.2.1",