Commit 03a7e59
authored
chore(deps): bump coverage[toml] from 7.2.7 to 7.9.2 (#739)
Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.2.7
to 7.9.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nedbat/coveragepy/releases">coverage[toml]'s
releases</a>.</em></p>
<blockquote>
<h2>7.9.2</h2>
<h2>Version 7.9.2 — 2025-07-03</h2>
<ul>
<li>Fix: complex conditionals within a line might cause a KeyError when
using sys.monitoring, as reported in <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1991">issue
1991</a>. This is now fixed.</li>
<li>Fix: we can now measure coverage for code in Python archive (.par)
files. Thanks, <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1984">Itamer
Oren</a>.</li>
</ul>
<p>:arrow_right: PyPI page: <a
href="https://pypi.org/project/coverage/7.9.2">coverage 7.9.2</a>.
:arrow_right: To install: <code>python3 -m pip install
coverage==7.9.2</code></p>
<h2>7.9.1</h2>
<h2>Version 7.9.1 — 2025-06-13</h2>
<ul>
<li>The “no-ctracer” warning is not issued for Python pre-release
versions. Coverage doesn’t ship compiled wheels for those versions, so
this was far too noisy.</li>
<li>On Python 3.14+, the “sysmon” core is now the default if it’s
supported for your configuration. Plugins and dynamic contexts are still
not supported with it.</li>
</ul>
<p>:arrow_right: PyPI page: <a
href="https://pypi.org/project/coverage/7.9.1">coverage 7.9.1</a>.
:arrow_right: To install: <code>python3 -m pip install
coverage==7.9.1</code></p>
<h2>7.9.0</h2>
<h2>Version 7.9.0 — 2025-06-11</h2>
<ul>
<li>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 <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1746">issue
1746</a>.</li>
<li>Fixed incorrect rendering of f-strings with doubled braces, closing
<a
href="https://redirect.github.com/nedbat/coveragepy/issues/1980">issue
1980</a>.</li>
<li>If the C tracer core can’t be imported, a warning (“no-ctracer”) is
issued with the reason.</li>
<li>The C tracer core extension module now conforms to <a
href="https://peps.python.org/pep-0489">PEP 489</a>, closing <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1977">issue
1977</a>. Thanks, <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1978">Adam
Turner</a>.</li>
<li>Fixed a “ValueError: min() arg is an empty sequence” error caused by
strange empty modules, found by <a
href="https://google.github.io/oss-fuzz/">oss-fuzz</a>.</li>
</ul>
<p>:arrow_right: PyPI page: <a
href="https://pypi.org/project/coverage/7.9.0">coverage 7.9.0</a>.
:arrow_right: To install: <code>python3 -m pip install
coverage==7.9.0</code></p>
<h2>7.8.2</h2>
<h2>Version 7.8.2 — 2025-05-23</h2>
<ul>
<li>Wheels are provided for Windows ARM64 on Python 3.11, 3.12, and
3.13. Thanks, <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1972">Finn
Womack</a>.</li>
</ul>
<p>:arrow_right: PyPI page: <a
href="https://pypi.org/project/coverage/7.8.2">coverage 7.8.2</a>.
:arrow_right: To install: <code>python3 -m pip install
coverage==7.8.2</code></p>
<h2>7.8.1</h2>
<h2>Version 7.8.1 — 2025-05-21</h2>
<ul>
<li>A number of EncodingWarnings were fixed that could appear if you’ve
enabled PYTHONWARNDEFAULTENCODING, fixing <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1966">issue
1966</a>. Thanks, <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1967">Henry
Schreiner</a>.</li>
<li>Fixed a race condition when using sys.monitoring with free-threading
Python, closing <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1970">issue
1970</a>.</li>
</ul>
<p>:arrow_right: PyPI page: <a
href="https://pypi.org/project/coverage/7.8.1">coverage 7.8.1</a>.
:arrow_right: To install: <code>python3 -m pip install
coverage==7.8.1</code></p>
<h2>7.8.0</h2>
<h2>Version 7.8.0 — 2025-03-30</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage[toml]'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 <pull 1984_></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 "no-ctracer" 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 "sysmon" 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
("no-ctracer") 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 <pull 1978_></code>_.</p>
</li>
<li>
<p>Fixed a "ValueError: min() arg is an empty sequence" 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.2.7...7.9.2">compare
view</a></li>
</ul>
</details>
<br />
<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>
| Dependency Name | Ignore Conditions |
| --- | --- |
| coverage[toml] | [>= 7.10.dev0, < 7.11] |
</details>
[](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 0f6dbea commit 03a7e59
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments