From 0cd00e38fdfbae7ea2aff1048d9c554ebd0fdfd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:22:54 +0000 Subject: [PATCH] build: bump pytest-cov from 6.0.0 to 7.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.0.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.0.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1f80f9d8e7..1d1ca8d6aee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ [dependency-groups] tests = [ "pytest==8.0.0", # latest is 8.4.1 - "pytest-cov==6.0.0", # latest is 6.2.1 + "pytest-cov==7.0.0", # latest is 6.2.1 ] doc = [ "ansys-sphinx-theme==1.4.0", # latest is 1.5.3