From 8986b921d9b06b4a956a8512a25729a0b383b6c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:43:59 +0000 Subject: [PATCH] Bump pytest-cov from 7.0.0 to 7.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3beb11c..d36bea77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ development = [ "cryptography==46.0.5", "orjson==3.11.7", "psutil==7.2.2", - "pytest-cov==7.0.0", + "pytest-cov==7.1.0", "pytest-schema==0.1.2", "pytest==9.0.2", "twine==6.2.0",