From 050b81aa2db4c610de34467bd66b08f7972e794a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 04:57:22 +0000 Subject: [PATCH] Bump diff-cover from 9.0.0 to 9.1.1 Bumps [diff-cover](https://github.com/Bachmann1234/diff-cover) from 9.0.0 to 9.1.1. - [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...v9.1.1) --- updated-dependencies: - dependency-name: diff-cover dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 56ed61b6..9afe8f33 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -40,7 +40,7 @@ coverage[toml]==6.5.0 # pytest-cov coveralls==3.3.1 # via -r requirements/dev.in -diff-cover==9.0.0 +diff-cover==9.1.1 # via -r requirements/dev.in distlib==0.3.8 # via virtualenv