From 46805d6a810146f83d0f5efa43d9bbe3e3d1801a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:24:52 +0200 Subject: [PATCH] [pip] Bump pytest-cov from 6.2.1 to 6.3.0 (#534) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.2.1 to 6.3.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.1...v6.3.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 0cbff10..79f5e57 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.1 -pytest-cov==6.2.1 +pytest-cov==6.3.0 pytest-xdist==3.8.0 requests==2.32.5 setuptools==80.9.0