From 3f2f09f8b90a09d2c3b5d89795f98f2000547aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 12:41:15 +0000 Subject: [PATCH] build(deps): update diff-cover requirement from <9.3 to <9.4 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.3.1) --- updated-dependencies: - dependency-name: diff-cover dependency-version: 9.3.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 417457584..7403fc03f 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,4 +1,4 @@ -diff_cover < 9.3 +diff_cover < 9.4 pydocstyle < 6.4 flake8 > 4 flake8-bugbear < 24.13