From c1442b41de2f3ad64ad891af15db48806407a4c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 02:04:18 +0000 Subject: [PATCH] build(deps): update pytest-cov requirement from ~=6.0 to ~=7.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/v6.0.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 a788a074..b6b5eee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "pre-commit~=4.0", "pytest-benchmark~=5.1.0", "pytest-console-scripts~=1.4.0", - "pytest-cov~=6.0", + "pytest-cov~=7.0", "pytest-recording~=0.13", "pytest~=8.0", "recommonmark~=0.7.1",