Skip to content

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

Merged
pull[bot] merged 6 commits into
tj-python:masterfrom
aio-libs:master
May 30, 2026
Merged

[pull] master from aio-libs:master#598
pull[bot] merged 6 commits into
tj-python:masterfrom
aio-libs:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 30, 2026

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 : )

Dreamsorcerer and others added 6 commits May 30, 2026 18:17
In order to work with Android/iOS setup.
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.4
to 7.14.1.
<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.14.1 — 2026-05-26</h2>
<ul>
<li>
<p>Fix: the HTML report used typographic niceties to make file paths
more
readable by adding a small amount of space around slashes. Those spaces
interfered with searching the page for file paths of interest. Now the
report
uses CSS to accomplish the same visual tweak so that searches with
slashes
work correctly. Closes <code>issue 2170</code>_.</p>
</li>
<li>
<p><code>Add a 3.16 PyPI classifier &lt;hugo-316_&gt;</code>_ since we
test on the 3.16 main
branch.</p>
</li>
</ul>
<p>.. _issue 2170: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2170">coveragepy/coveragepy#2170</a>
.. _hugo-316: <a
href="https://mastodon.social/@hugovk/116588523571204490">https://mastodon.social/@​hugovk/116588523571204490</a></p>
<p>.. _changes_7-14-0:</p>
<h2>Version 7.14.0 — 2026-05-10</h2>
<ul>
<li>
<p>Feature: now when running one of the reporting commands, if there are
parallel data files that need combining, they will be implicitly
combined
before creating the report. There is no option to avoid the combination;
let
us know if you have a use case that requires it. Thanks, <code>Tim Hatch
&lt;pull 2162_&gt;</code><em>. Closes <code>issue 1781</code></em>.</p>
</li>
<li>
<p>Fix: the output from <code>combine</code> was too verbose, listing
each file
considered. Now it shows a single line with the counts of files
combined,
files skipped, and files with errors. The <code>-q</code> flag
suppresses this line.
The old detailed lines are available with the new
<code>--debug=combine</code> option.</p>
</li>
<li>
<p>Fix: running a Python file through a symlink now sets the sys.path
correctly,
matching regular Python behavior. Fixes <code>issue 2157</code>_.</p>
</li>
<li>
<p>Fix: <code>Collector.flush_data</code> could fail with
&quot;RuntimeError: Set changed
size during iteration&quot; when a tracer in another thread added a line
to the
per-file set that <code>add_lines</code> (or <code>add_arcs</code>) was
iterating. The values
passed to <code>CoverageData</code> are now snapshotted via
<code>dict.copy()</code> and
<code>set.copy()</code>, which are atomic under the GIL. Thanks,
<code>Alex Vandiver &lt;pull 2165_&gt;</code>_.</p>
</li>
<li>
<p>Fix: the soft keyword <code>lazy</code> is now bolded in HTML
reports.</p>
</li>
<li>
<p>We are no longer testing eventlet support. Eventlet started issuing
stern
deprecation warnings that break our tests. Our support code is still
there.</p>
</li>
</ul>
<p>.. _issue 1781: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/1781">coveragepy/coveragepy#1781</a>
.. _issue 2157: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2157">coveragepy/coveragepy#2157</a>
.. _pull 2162: <a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2162">coveragepy/coveragepy#2162</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/64d9b66fd852c1920ffe6cb8b58d7e4fdae90226"><code>64d9b66</code></a>
docs: correct the date for 7.14.1</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/6fa7dd44c25e1a660252faaf030dd8f2f1e20861"><code>6fa7dd4</code></a>
chore: bump actions/dependency-review-action (<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2181">#2181</a>)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/078afae263597b004eb9a85d880b6a65008e75ed"><code>078afae</code></a>
docs: sample HTML for 7.14.1</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/cb4f028a36e008b664739d04f387b90ee5105044"><code>cb4f028</code></a>
docs: prep for 7.14.1</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/ae2d09f562271c6169534e1c242d015dd0823dda"><code>ae2d09f</code></a>
Merge branch 'nedbat/classifire-316-kits'</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/2c3568b2e041f2c0dbbc8eaa3919d46ee891b743"><code>2c3568b</code></a>
build: declare 3.16 compatibility</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/faa68f8601cf098701b68976dbb73b9fc23c9297"><code>faa68f8</code></a>
chore: bump github/codeql-action in the action-dependencies group (<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2173">#2173</a>)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/eb55feedf54b363e3d0b678f20abf3bfd3551a88"><code>eb55fee</code></a>
test: we don't need PyPy &lt; 7.3.22 anymore</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/ac168fe53c04cdb2ff5231c0c4e5045021ee339b"><code>ac168fe</code></a>
test: the text summary should show missing</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/fed4bd2db3c1cb2916a07791041da693fbf8e996"><code>fed4bd2</code></a>
chore: upgrade virtualenv</li>
<li>Additional commits viewable in <a
href="https://github.com/coveragepy/coveragepy/compare/7.13.4...7.14.1">compare
view</a></li>
</ul>
</details>
<br />

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tomli](https://github.com/hukkin/tomli) from 2.4.0 to 2.4.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hukkin/tomli/blob/master/CHANGELOG.md">tomli's
changelog</a>.</em></p>
<blockquote>
<h2>2.4.1</h2>
<ul>
<li>Fixed
<ul>
<li>Limit number of parts of a TOML key to address quadratic time
complexity</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hukkin/tomli/commit/c5f44690c68c5ed29534faa8f9df18882113728c"><code>c5f4469</code></a>
Bump version: 2.4.0 → 2.4.1</li>
<li><a
href="https://github.com/hukkin/tomli/commit/2bcd2627d5fcc262f734eaa730b62c0915d1e0d3"><code>2bcd262</code></a>
Add change log for 2.4.1 and 2.3.1</li>
<li><a
href="https://github.com/hukkin/tomli/commit/e1fdb94bc998377f1c2545c7cd4f70ff2a3fb4e4"><code>e1fdb94</code></a>
Limit number of parts of a key (<a
href="https://redirect.github.com/hukkin/tomli/issues/286">#286</a>)</li>
<li><a
href="https://github.com/hukkin/tomli/commit/c20c49113890c226ffb27a67befe20d14fcf0c73"><code>c20c491</code></a>
pre-commit autoupdate</li>
<li><a
href="https://github.com/hukkin/tomli/commit/920e20b1cf495b63f6d4a6aa3cd5e4ff25f5f5a7"><code>920e20b</code></a>
Update performance benchmark and results</li>
<li><a
href="https://github.com/hukkin/tomli/commit/064e492919b2338def788753b8c981c9131334c0"><code>064e492</code></a>
Merge pull request <a
href="https://redirect.github.com/hukkin/tomli/issues/280">#280</a> from
hukkin/version-2.4.0</li>
<li>See full diff in <a
href="https://github.com/hukkin/tomli/compare/2.4.0...2.4.1">compare
view</a></li>
</ul>
</details>
<br />

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 May 30, 2026
@pull pull Bot added the ⤵️ pull label May 30, 2026
@pull pull Bot merged commit 534a758 into tj-python:master May 30, 2026
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.

2 participants