From d0dfafdd3bd846a965481938233e760b9e5c27a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:48:12 +0000 Subject: [PATCH] build(deps): bump diff-cover from 10.3.0 to 10.4.1 Bumps [diff-cover](https://github.com/Bachmann1234/diff-cover) from 10.3.0 to 10.4.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/v10.3.0...v10.4.1) --- updated-dependencies: - dependency-name: diff-cover dependency-version: 10.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9096c4838c..498d146350 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1915,15 +1915,15 @@ files = [ [[package]] name = "diff-cover" -version = "10.3.0" +version = "10.4.1" description = "Run coverage and linting reports on diffs" optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"dev\"" files = [ - {file = "diff_cover-10.3.0-py3-none-any.whl", hash = "sha256:2e47d5ab3868d1e92131c11f364f3f4a8583c97123d3bbc6b6cc8ce0a4cc2202"}, - {file = "diff_cover-10.3.0.tar.gz", hash = "sha256:474dbc63e815fbb7567d7b7ca5b104123e96129f25426ebdbc9a1bdbb935b2c6"}, + {file = "diff_cover-10.4.1-py3-none-any.whl", hash = "sha256:dc8f2654c485ec4f16e679b5af6e205783cde71185d4ceb8157662dca2d531e9"}, + {file = "diff_cover-10.4.1.tar.gz", hash = "sha256:0ec566955c9ee7da2f6cc48fa16fac7f97ad1fc4e50a887ffb9cfe5eb1e831df"}, ] [package.dependencies] @@ -5243,4 +5243,4 @@ upnp = ["miniupnpc"] [metadata] lock-version = "2.1" python-versions = ">=3.10, <4" -content-hash = "ad40a133033be1b665ae3f3bf24db494fa407c8ad8a444311e90c8916e1ebebe" +content-hash = "2f9305a78971281bbbd38af2da05445e8b2ae254d835a6c33074399b0494e1e9" diff --git a/pyproject.toml b/pyproject.toml index 700e1d399b..4ff891c3d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ hsms = ">=0.3.2" aiohttp_cors = { version = ">=0.7.0", optional = true } build = { version = ">=1.5.0", optional = true } coverage = { version = ">=7.14.0", optional = true } -diff-cover = { version = ">=9.2.0", optional = true } +diff-cover = { version = ">=10.4.1", optional = true } # TODO: but... keyrings_cryptfile goes 15 minutes without locking while this does in 75 seconds "keyrings.cryptfile" = { version = ">=1.3.9", optional = true } mypy = { version = ">=1.11.1", optional = true }