From c2f5fe169fab143e485f779d9361646f2a5c7ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:21:45 +0000 Subject: [PATCH] deps:(deps): 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9774a98..978afa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dev = [ "pytest-xdist==3.6.1", "pytest-sugar==1.0.0", "pytest-codspeed", - "diff-cover==9.0.0", + "diff-cover==9.1.1", "ruff==0.4.4", ] @@ -43,7 +43,7 @@ rye = { dev-dependencies = [ "pytest-xdist==3.6.1", "pytest-sugar==1.0.0", "pytest-codspeed>=2.2.0", - "diff-cover==9.0.0", + "diff-cover==9.1.1", "ruff==0.4.4", ] }