From 14f00cfba919873730198c9f75b565d9d605af1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 20:36:01 +0000 Subject: [PATCH] deps: update diff-cover requirement from >=10.4.1 to >=10.4.2 Updates the requirements on [diff-cover](https://github.com/Bachmann1234/diff-cover) to permit the latest version. - [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/v10.4.1...v10.4.2) --- updated-dependencies: - dependency-name: diff-cover dependency-version: 10.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc83f09..4f57d25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pytest-testmon>=2.2.0 pytest-xdist>=3.8.0 ruff>=0.16.1 flake8>=7.3.0 -diff-cover>=10.4.1 +diff-cover>=10.4.2