From 3217016f174f6b772d2f263f545c06c0488f09b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:29:17 +0000 Subject: [PATCH] deps: update pytest-cov requirement from <=6.0.0 to <=7.0.0 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...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3bede2..50ff4b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "networkx>=2.3,<=3.4.2", "protobuf>=5.0.0,<7.0.0", "pytest<=8.4.2", - "pytest-cov<=6.0.0", + "pytest-cov<=7.0.0", "python-dotenv<=1.1.1", "PyYAML<=6.0.3", "qemu.qmp==0.0.3",