From 1440a4828db4bd79f73a8a903ef9ec8eed8ecf12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 03:52:53 +0000 Subject: [PATCH] chore(deps-dev): update diff-cover requirement from <10,>=9 to >=9,<11 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/v9.0.0...v10.4.1) --- updated-dependencies: - dependency-name: diff-cover dependency-version: 10.4.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9700c242..295d93e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ # the `diff coverage` ci gate: every python line a pr adds or changes under # src/vouch must be executed by a test. repo-wide coverage is a ratchet # (see [tool.coverage.report] fail_under); this is the per-pr bar. - "diff-cover>=9,<10", + "diff-cover>=9,<11", ] embeddings-fast = [ "fastembed>=0.3,<1",