From 55f37a0d9f49b9ca588c5a4af6c58493a2c64073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:00:45 +0000 Subject: [PATCH 1/3] build: bump pytest-cov from 6.1.1 to 7.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.1 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.1.1...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 70de8fa8..e0805c28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ tests = [ "pytest==8.4.2", "pyfakefs==5.9.3", "pytest==8.4.2", - "pytest-cov==6.1.1", + "pytest-cov==7.0.0", ] doc = [ From 9394220e6bd9b197ebc441c64471beeca7d7a8c0 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:01:08 +0000 Subject: [PATCH 2/3] chore: adding changelog file 55.dependencies.md [dependabot-skip] --- doc/source/changelog/55.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/55.dependencies.md diff --git a/doc/source/changelog/55.dependencies.md b/doc/source/changelog/55.dependencies.md new file mode 100644 index 00000000..be762646 --- /dev/null +++ b/doc/source/changelog/55.dependencies.md @@ -0,0 +1 @@ +Build: bump pytest-cov from 6.1.1 to 7.0.0 From a0e4b7a495ddd48261bb50a2d3660717f3e6a911 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 14 Oct 2025 08:01:25 +0200 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e0805c28..acabd70f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,8 +56,6 @@ tests = [ "grpcio==1.71.2", "grpcio-health-checking==1.71.2", "hypothesis==6.135.10", - "pyfakefs==5.8.0", - "pytest==8.4.2", "pyfakefs==5.9.3", "pytest==8.4.2", "pytest-cov==7.0.0",