From c5651e78f983aa07de3b7fe5c7b9e50b9ba8a046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 08:17:58 +0200 Subject: [PATCH] [pip] Bump pytest-cov from 6.3.0 to 7.0.0 (#536) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index c5e9a43..b74837b 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -3,7 +3,7 @@ click==8.2.1 coverage==7.10.6 mock==5.2.0 pytest==8.4.2 -pytest-cov==6.3.0 +pytest-cov==7.0.0 pytest-xdist==3.8.0 requests==2.32.5 setuptools==80.9.0