Skip to content

Commit 3881f6f

Browse files
Bump coverage from 7.8.2 to 7.9.0 (#11186)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.8.2 to 7.9.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage's changelog</a>.</em></p> <blockquote> <h2>Version 7.9.0 — 2025-06-11</h2> <ul> <li> <p>Added a <code>[run] core</code> configuration setting to specify the measurement core, which was previously only available through the COVERAGE_CORE environment variable. Finishes <code>issue 1746</code>_.</p> </li> <li> <p>Fixed incorrect rendering of f-strings with doubled braces, closing <code>issue 1980</code>_.</p> </li> <li> <p>If the C tracer core can't be imported, a warning (&quot;no-ctracer&quot;) is issued with the reason.</p> </li> <li> <p>The C tracer core extension module now conforms to <code>PEP 489</code><em>, closing <code>issue 1977</code></em>. Thanks, <code>Adam Turner &lt;pull 1978_&gt;</code>_.</p> </li> <li> <p>Fixed a &quot;ValueError: min() arg is an empty sequence&quot; error caused by strange empty modules, found by <code>oss-fuzz</code>_.</p> </li> </ul> <p>.. _issue 1746: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1746">nedbat/coveragepy#1746</a> .. _issue 1977: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1977">nedbat/coveragepy#1977</a> .. _pull 1978: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1978">nedbat/coveragepy#1978</a> .. _issue 1980: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1980">nedbat/coveragepy#1980</a> .. _PEP 489: <a href="https://peps.python.org/pep-0489">https://peps.python.org/pep-0489</a> .. _oss-fuzz: <a href="https://google.github.io/oss-fuzz/">https://google.github.io/oss-fuzz/</a></p> <p>.. _changes_7-8-2:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/452d86ffa16cd0c1b729c7d206f59bc1010aee94"><code>452d86f</code></a> docs: sample HTML for 7.9.0</li> <li><a href="https://github.com/nedbat/coveragepy/commit/a670927ae6d248f369d54fbe22d9546b6a25c25e"><code>a670927</code></a> docs: prep for 7.9.0</li> <li><a href="https://github.com/nedbat/coveragepy/commit/3b0cb870f6abac8e4a7607094c467a7d766a44f4"><code>3b0cb87</code></a> build: windows 3.14 is fixed</li> <li><a href="https://github.com/nedbat/coveragepy/commit/bc8602d3d05ac460795a3dc368a8d4bf83f53629"><code>bc8602d</code></a> fix: issue a warning if the C tracer can't be imported</li> <li><a href="https://github.com/nedbat/coveragepy/commit/d81a5f8341816f548d21cb6a9a9a0e5cab1e2bcc"><code>d81a5f8</code></a> fix: prevent ValueError for bizarre empty modules</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9f94c87677fd86c7ced9ea2f3cddfcc0b4d5bc2d"><code>9f94c87</code></a> fix: properly render double braces in f-strings. <a href="https://redirect.github.com/nedbat/coveragepy/issues/1980">#1980</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/1958c3f60acd3f485c6597820f2c9f44711a4025"><code>1958c3f</code></a> refactor: no need for a version check since we run mypy on late python now</li> <li><a href="https://github.com/nedbat/coveragepy/commit/8891312e5d95b6054a95c0ea162f0bf9454686f0"><code>8891312</code></a> docs: updated cog checksums</li> <li><a href="https://github.com/nedbat/coveragepy/commit/3ae5add1ab94ff68eb0935b153c162d228cb0c98"><code>3ae5add</code></a> chore: make upgrade (cog 3.5.0)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/52407da7b9ed99c8bd1d2536df82ba8749664f50"><code>52407da</code></a> refactor: mypy==1.16.0 had some complaints</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.8.2...7.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverage&package-manager=pip&previous-version=7.8.2&new-version=7.9.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 6180f9d commit 3881f6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ click==8.1.8
5454
# slotscheck
5555
# towncrier
5656
# wait-for-it
57-
coverage==7.8.2
57+
coverage==7.9.0
5858
# via
5959
# -r requirements/test.in
6060
# pytest-cov

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ click==8.1.8
5454
# slotscheck
5555
# towncrier
5656
# wait-for-it
57-
coverage==7.8.2
57+
coverage==7.9.0
5858
# via
5959
# -r requirements/test.in
6060
# pytest-cov

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cffi==1.17.1
2727
# pytest-codspeed
2828
click==8.1.8
2929
# via wait-for-it
30-
coverage==7.8.2
30+
coverage==7.9.0
3131
# via
3232
# -r requirements/test.in
3333
# pytest-cov

0 commit comments

Comments
 (0)