From 567dd976352b2f128508c4abaf74982e5cdde577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:13:08 +0000 Subject: [PATCH] Bump diff-cover from 9.6.0 to 9.7.1 Bumps [diff-cover](https://github.com/Bachmann1234/diff-cover) from 9.6.0 to 9.7.1. - [Release notes](https://github.com/Bachmann1234/diff-cover/releases) - [Changelog](https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG) - [Commits](https://github.com/Bachmann1234/diff-cover/compare/v9.6.0...v9.7.1) --- updated-dependencies: - dependency-name: diff-cover dependency-version: 9.7.1 dependency-type: direct:production 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 bfdae9a0..72d321bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "pytest ~= 8.3", "packaging ~= 25.0", "coverage ~= 7.6", - "diff_cover == 9.6.0", + "diff_cover == 9.7.1", "codecov == 2.1.12", # Required for showing OpenSSL version in test_ci. "pyOpenSSL",