From dd00edfeced36d76bed2caddb4461009d03db1a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 06:52:50 +0000 Subject: [PATCH] build(deps): update diff-cover requirement from <9.6 to <9.7 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...v9.6.0) --- updated-dependencies: - dependency-name: diff-cover dependency-version: 9.6.0 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 a7cb7dac..5ba5fb1a 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,4 +1,4 @@ -diff_cover < 9.6 +diff_cover < 9.7 pydocstyle < 6.4 flake8 > 4 flake8-bugbear < 24.13