From 59273d3088bfc25ff51ba2c2949474f977deeacc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 06:04:08 +0000 Subject: [PATCH] build(deps): update diff-cover requirement from <10.3 to <10.5 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/v0.1.0...v10.4.1) --- updated-dependencies: - dependency-name: diff-cover dependency-version: 10.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lint-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-requirements.txt b/lint-requirements.txt index 9399c843..7f5505c1 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,4 +1,4 @@ -diff_cover < 10.3 +diff_cover < 10.5 pydocstyle < 6.4 flake8 > 4 flake8-bugbear < 25.12