From cf48707e7fcce72da92e577246557436455a5261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 04:04:24 +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] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index aca4978..7dbf93f 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ types-requests = "==2.32.4.20260107" towncrier = "==25.8.0" mypy = "==1.19.1" pytest = "==9.0.2" -pytest-cov = "==7.0.0" +pytest-cov = "==7.1.0" tbump = "==6.11.0" sphinx = "==9.1.0" sphinx-jsonschema = "==1.19.2"