Skip to content

Commit 783b387

Browse files
Bump diff-cover[toml] from 9.4.1 to 9.5.0 (#406)
Bumps [diff-cover[toml]](https://github.com/Bachmann1234/diff-cover) from 9.4.1 to 9.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Bachmann1234/diff-cover/releases">diff-cover[toml]'s releases</a>.</em></p> <blockquote> <h2>Version 9.5.0</h2> <h2>What's Changed</h2> <ul> <li>Add clang-format quality check by <a href="https://github.com/mg-cloud"><code>@​mg-cloud</code></a> in <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/511">Bachmann1234/diff_cover#511</a></li> </ul> <h2>Dependency bumps</h2> <ul> <li>Bump pytest-datadir from 1.7.1 to 1.7.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/510">Bachmann1234/diff_cover#510</a></li> <li>Bump pytest-xdist from 3.7.0 to 3.8.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/509">Bachmann1234/diff_cover#509</a></li> <li>Bump pyflakes from 3.3.2 to 3.4.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/508">Bachmann1234/diff_cover#508</a></li> <li>Bump pycodestyle from 2.13.0 to 2.14.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/507">Bachmann1234/diff_cover#507</a></li> <li>Bump flake8 from 7.2.0 to 7.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/506">Bachmann1234/diff_cover#506</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Bachmann1234/diff_cover/compare/v9.4.1...v9.5.0">https://github.com/Bachmann1234/diff_cover/compare/v9.4.1...v9.5.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG">diff-cover[toml]'s changelog</a>.</em></p> <blockquote> <p>07/09/2025 v9.5.0</p> <ul> <li>Adds clang-format quality check (Thanks <a href="https://github.com/mg-cloud"><code>@​mg-cloud</code></a>) <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/511">PR 511</a></li> </ul> <p>06/23/2025 v9.4.1</p> <ul> <li>Update to LCOV to support pytest-cov. Pytest-cov uses an obsolute lcov format that needed additional handling. <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/505">PR 505</a> Thanks <a href="https://github.com/129tyc"><code>@​129tyc</code></a></li> </ul> <p>06/22/2025 v9.4.0</p> <ul> <li> <p>Many improvements to internal structure, dependencies, and tests. (Thanks <a href="https://github.com/kingbuzzman"><code>@​kingbuzzman</code></a>)</p> <ul> <li><a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/491">PR 491</a></li> <li><a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/492">PR 492</a></li> <li><a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/494">PR 494</a></li> <li><a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/495">PR 495</a></li> <li><a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/496">PR 496</a></li> <li><a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/497">PR 497</a></li> <li><a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/498">PR 498</a></li> <li><a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/501">PR 501</a></li> <li><a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/502">PR 502</a></li> </ul> </li> <li> <p>You can now use stdout and stderr when using --format <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/500">PR 500</a> (Thanks <a href="https://github.com/kingbuzzman"><code>@​kingbuzzman</code></a>)</p> </li> <li> <p>Significant enhancements to LCOV parsing! <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/493">PR 493</a> (Thanks <a href="https://github.com/129tyc"><code>@​129tyc</code></a>)</p> </li> </ul> <p>06/01/2025 v9.3.2</p> <ul> <li>Fix --format with paths containing colons. <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/484">PR 484</a> thanks <a href="https://github.com/tkukushkin"><code>@​tkukushkin</code></a></li> </ul> <p>05/25/2025 v9.3.1</p> <ul> <li>Loosens the python requirement in diff cover so people using it as a dependency are not restricted to one specific python version</li> </ul> <p>05/24/2025 v9.3.0</p> <ul> <li> <p>Resolves deprecation warning around regexes. <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/452">PR 452</a> thanks <a href="https://github.com/emmanuel-ferdman"><code>@​emmanuel-ferdman</code></a>!</p> </li> <li> <p>Improvements to coverage, test, performance, test quality. Huge improvemetns to how this projects tests. <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/454">PR 454</a> <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/456">PR 456</a> <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/459">PR 459</a> <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/465">PR 465</a> <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/468">PR 468</a> <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/466/files">PR 466</a> <a href="http://redirect.github.com/Bachmann1234/diff_cover/pull/476">PR 476</a> <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/458">PR 458</a> <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/462">PR 462</a> Thanks <a href="https://github.com/kingbuzzman"><code>@​kingbuzzman</code></a>!</p> </li> <li> <p>Removes/updates some deprecated code <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/469">PR 469</a> <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/455">PR 455</a> <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/480/files">PR 480</a> Thanks <a href="https://github.com/kingbuzzman"><code>@​kingbuzzman</code></a>!</p> </li> <li> <p>Adds Ruff Support! <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/463">PR 463</a> Closes <a href="https://redirect.github.com/Bachmann1234/diff_cover/issues/362">Issue 362</a></p> </li> </ul> <p>03/08/2025 v9.2.4</p> <ul> <li>Improves handling of escaped characters in untracked files. <a href="https://redirect.github.com/Bachmann1234/diff_cover/pull/440">PR 440</a> Thanks <a href="https://github.com/buermarc"><code>@​buermarc</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Bachmann1234/diff_cover/commit/e460726d37c8044905c4d6ec677a2ca9031480aa"><code>e460726</code></a> Version 9.5.0</li> <li><a href="https://github.com/Bachmann1234/diff_cover/commit/c96c460368913e48014b1fdac9c0dd429d437bf8"><code>c96c460</code></a> Add clang-format quality check (<a href="https://redirect.github.com/Bachmann1234/diff-cover/issues/511">#511</a>)</li> <li><a href="https://github.com/Bachmann1234/diff_cover/commit/d14dd2f38cdfd88e2ed75057fe6bd5f87462435f"><code>d14dd2f</code></a> Bump flake8 from 7.2.0 to 7.3.0 (<a href="https://redirect.github.com/Bachmann1234/diff-cover/issues/506">#506</a>)</li> <li><a href="https://github.com/Bachmann1234/diff_cover/commit/71b8ebbf23afc925626b1fe66de1366bd5ea2645"><code>71b8ebb</code></a> Bump pycodestyle from 2.13.0 to 2.14.0 (<a href="https://redirect.github.com/Bachmann1234/diff-cover/issues/507">#507</a>)</li> <li><a href="https://github.com/Bachmann1234/diff_cover/commit/5a02c3cb927e40e059a8f2941fb2af44ab703c70"><code>5a02c3c</code></a> Bump pyflakes from 3.3.2 to 3.4.0 (<a href="https://redirect.github.com/Bachmann1234/diff-cover/issues/508">#508</a>)</li> <li><a href="https://github.com/Bachmann1234/diff_cover/commit/fbf51b68719244b03f3af6a0624ebce1d4af3782"><code>fbf51b6</code></a> Bump pytest-xdist from 3.7.0 to 3.8.0 (<a href="https://redirect.github.com/Bachmann1234/diff-cover/issues/509">#509</a>)</li> <li><a href="https://github.com/Bachmann1234/diff_cover/commit/96dc890b5d36b33f8da302d61544d24dd8710281"><code>96dc890</code></a> Bump pytest-datadir from 1.7.1 to 1.7.2 (<a href="https://redirect.github.com/Bachmann1234/diff-cover/issues/510">#510</a>)</li> <li>See full diff in <a href="https://github.com/Bachmann1234/diff-cover/compare/v9.4.1...v9.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=diff-cover[toml]&package-manager=pip&previous-version=9.4.1&new-version=9.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4563c2d commit 783b387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test = [
5252
"pytest==8.4.1",
5353
"pytest-cov==6.2.1",
5454
"coverage[toml]==7.9.2",
55-
"diff-cover[toml]==9.4.1",
55+
"diff-cover[toml]==9.5.0",
5656
]
5757
alembic = ["alembic~=1.12"]
5858

0 commit comments

Comments
 (0)