Skip to content

Commit 81a3260

Browse files
chore(deps-dev): update coverage requirement from 7.9.1 to 7.9.2 (#841)
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. <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.2 — 2025-07-03</h2> <ul> <li> <p>Fix: complex conditionals within a line might cause a KeyError when using sys.monitoring, as reported in <code>issue 1991</code>_. This is now fixed.</p> </li> <li> <p>Fix: we can now measure coverage for code in Python archive (.par) files. Thanks, <code>Itamer Oren &lt;pull 1984_&gt;</code>_.</p> </li> </ul> <p>.. _pull 1984: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1984">nedbat/coveragepy#1984</a> .. _issue 1991: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1991">nedbat/coveragepy#1991</a></p> <p>.. _changes_7-9-1:</p> <h2>Version 7.9.1 — 2025-06-13</h2> <ul> <li> <p>The &quot;no-ctracer&quot; warning is not issued for Python pre-release versions. Coverage doesn't ship compiled wheels for those versions, so this was far too noisy.</p> </li> <li> <p>On Python 3.14+, the &quot;sysmon&quot; core is now the default if it's supported for your configuration. Plugins and dynamic contexts are still not supported with it.</p> </li> </ul> <p>.. _changes_7-9-0:</p> <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></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/6e774923cf042751feb78036fcd46909d263be06"><code>6e77492</code></a> docs: oops, beta 3</li> <li><a href="https://github.com/nedbat/coveragepy/commit/b24cf7ef3968ba86ebe3c3d4ca8ae3af82d6dc8c"><code>b24cf7e</code></a> docs: sample HTML for 7.9.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/35305c350fb08ea02a723c91b0eb84ab14b770bd"><code>35305c3</code></a> docs: prep for 7.9.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9a8d9b637406334c5ef3fdf8d574d3e5c54aa66c"><code>9a8d9b6</code></a> docs: add pull request link</li> <li><a href="https://github.com/nedbat/coveragepy/commit/88dcaa21727a8670e0eb663cae540760b1f04a6d"><code>88dcaa2</code></a> fix: assume a missing line number is intra-line. <a href="https://redirect.github.com/nedbat/coveragepy/issues/1991">#1991</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/678ec80b42116b790ee30cb8ec638a0dda96927c"><code>678ec80</code></a> build: use pyenv for nightly builds. Thanks, Paul Timmins</li> <li><a href="https://github.com/nedbat/coveragepy/commit/a3d00d521a8d49c133b773bcbc22ee7d0f839f93"><code>a3d00d5</code></a> build: workflow jobs should have names</li> <li><a href="https://github.com/nedbat/coveragepy/commit/279310a8f08b742072915ff88b6773a70ed3095d"><code>279310a</code></a> chore: bump the action-dependencies group with 2 updates (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1988">#1988</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/614dfbf059002a832b187fe8d14f635ee64afb0b"><code>614dfbf</code></a> fix: enable measuring test coverage for Python archive (.par) files (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1984">#1984</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/42bf82c3ed409c308b2f2437fac87cb5b8d6fad9"><code>42bf82c</code></a> chore: bump the action-dependencies group with 2 updates (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1985">#1985</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.9.1...7.9.2">compare view</a></li> </ul> </details> <br /> 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 e8569c1 commit 81a3260

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
@@ -84,7 +84,7 @@ xml-validation = ["lxml"]
8484

8585
[tool.poetry.group.dev.dependencies]
8686
ddt = "1.7.2"
87-
coverage = "7.9.1"
87+
coverage = "7.9.2"
8888
flake8 = "7.3.0"
8989
flake8-annotations = "3.1.1"
9090
flake8-bugbear = "24.12.12"

0 commit comments

Comments
 (0)