Skip to content

[pull] master from aio-libs:master - #701

Merged
pull[bot] merged 1 commit into
tj-python:masterfrom
aio-libs:master
Aug 6, 2026
Merged

[pull] master from aio-libs:master#701
pull[bot] merged 1 commit into
tj-python:masterfrom
aio-libs:master

Conversation

@pull

@pull pull Bot commented Aug 6, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.15.2
to 7.15.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/coveragepy/coveragepy/releases">coverage's
releases</a>.</em></p>
<blockquote>
<h2>7.15.3</h2>
<h2>Version 7.15.3 — 2026-08-02</h2>
<ul>
<li>Fix: the sysmon core is incompatible with dynamic contexts.
Previously, the combination would be prevented when read from the
coverage.py configuration. But using the context API as pytest-cov does,
contexts would be silently dropped. Now a warning is issued, thanks to
<a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2234">Jisang
Han</a>. Closes <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2200">issue
2200</a>.</li>
<li>A performance improvement in the low-level line number bookkeeping
when combining data files, thanks to <a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2239">Kevin
Turcios</a>.</li>
<li>Performance improvement in HTML reporting by reducing the number of
times files have to be parsed, thanks to <a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2240">Kevin
Turcios</a>.</li>
</ul>
<p>:arrow_right:  PyPI page: <a
href="https://pypi.org/project/coverage/7.15.3">coverage 7.15.3</a>.
:arrow_right:  To install: <code>python3 -m pip install
coverage==7.15.3</code></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst">coverage's
changelog</a>.</em></p>
<blockquote>
<h2>Version 7.15.3 — 2026-08-02</h2>
<ul>
<li>
<p>Fix: the sysmon core is incompatible with dynamic contexts.
Previously, the
combination would be prevented when read from the coverage.py
configuration.
But using the context API as pytest-cov does, contexts would be silently
dropped. Now a warning is issued, thanks to <code>Jisang Han &lt;pull
2234_&gt;</code><em>.
Closes <code>issue 2200</code></em>.</p>
</li>
<li>
<p>A performance improvement in the low-level line number bookkeeping
when
combining data files, thanks to <code>Kevin Turcios &lt;pull
2239_&gt;</code>_.</p>
</li>
<li>
<p>Performance improvement in HTML reporting by reducing the number of
times
files have to be parsed, thanks to <code>Kevin Turcios &lt;pull
2240_&gt;</code>_.</p>
</li>
</ul>
<p>.. _issue 2200: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2200">coveragepy/coveragepy#2200</a>
.. _pull 2234: <a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2234">coveragepy/coveragepy#2234</a>
.. _pull 2239: <a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2239">coveragepy/coveragepy#2239</a>
.. _pull 2240: <a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2240">coveragepy/coveragepy#2240</a></p>
<p>.. _changes_7-15-2:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/b7470d963d3f941e06654f7e8921384ece9588ca"><code>b7470d9</code></a>
docs: sample HTML for 7.15.3</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/27e6e801f05b36877f00f61537d801f0bd36814a"><code>27e6e80</code></a>
docs: prep for 7.15.3</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/396dbbb5d9f1e4a9de5b57bd407a87598d65c001"><code>396dbbb</code></a>
build: include NOTICE in wheels (<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2232">#2232</a>)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/54dde0582defbbb6115f76b20c7d19b3332dcd27"><code>54dde05</code></a>
chore: bump the action-dependencies group with 7 updates (<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2248">#2248</a>)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/c83a0e0716b94d3d23170a08fe035b37d489bc4d"><code>c83a0e0</code></a>
perf: skip AST parsing without soft keywords (<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2240">#2240</a>)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/a57f9813fcf5a30a8c645ee593c422dedd7cd967"><code>a57f981</code></a>
refactor: fix some uncovered lines</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/0252c347f2cd03268bfa1d6815c19b45c8b06572"><code>0252c34</code></a>
refactor: move numbits aggregate to numbits</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/1c4184c627a070dcc846203e16d5ff4b8664f2b7"><code>1c4184c</code></a>
docs: maintainer workflow</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/e8a1c87bb85b79619967f3870d6d6460aaa93b3e"><code>e8a1c87</code></a>
perf: speed up SQLite numbits aggregation (<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2239">#2239</a>)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/18c2a5963039147b30d415dec21f39f469e305fa"><code>18c2a59</code></a>
test: conditional use of Hypothesis</li>
<li>Additional commits viewable in <a
href="https://github.com/coveragepy/coveragepy/compare/7.15.2...7.15.3">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.15.2&new-version=7.15.3)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@pull pull Bot locked and limited conversation to collaborators Aug 6, 2026
@pull pull Bot added the ⤵️ pull label Aug 6, 2026
@pull
pull Bot merged commit d9aaf69 into tj-python:master Aug 6, 2026
2 of 7 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants