Skip to content

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

Merged
pull[bot] merged 2 commits into
tj-python:masterfrom
aio-libs:master
Sep 17, 2026
Merged

pull[bot] merged 2 commits into
tj-python:masterfrom
aio-libs:master

Conversation

@pull

@pull pull Bot commented Sep 17, 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.16.0
to 7.16.1.
<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.16.1</h2>
<h2>Version 7.16.1 — 2026-09-13</h2>
<ul>
<li>Fix: when the body of an irrefutable <code>case</code> (like
<code>case _:</code>) is entirely excluded, the <code>case</code> line
is now excluded too, just as an excluded <code>else:</code> body removes
the <code>else:</code> line. Previously the <code>case</code> line was
left behind and reported as missing. Closes <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/1563">issue
1563</a> with <a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2269">pull
2269</a>.</li>
<li>Fix: using <a
href="https://coverage.readthedocs.io/en/latest/api_coveragedata.html#coverage.CoverageData.update">CoverageData.update()</a>
twice on an in-memory database would fail, as described in <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2279">issue
2279</a>. This is now fixed.</li>
</ul>
<p>:arrow_right:  PyPI page: <a
href="https://pypi.org/project/coverage/7.16.1">coverage 7.16.1</a>.
:arrow_right:  To install: <code>python3 -m pip install
coverage==7.16.1</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.16.1 — 2026-09-13</h2>
<ul>
<li>
<p>Fix: when the body of an irrefutable <code>case</code> (like
<code>case _:</code>) is entirely
excluded, the <code>case</code> line is now excluded too, just as an
excluded
<code>else:</code> body removes the <code>else:</code> line. Previously
the <code>case</code> line was
left behind and reported as missing. Closes <code>issue 1563</code>_
with <code>pull 2269</code>_.</p>
</li>
<li>
<p>Fix: using :meth:<code>.CoverageData.update</code> twice on an
in-memory database would
fail, as described in <code>issue 2279</code>_. This is now fixed.</p>
</li>
</ul>
<p>.. _issue 1563: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/1563">coveragepy/coveragepy#1563</a>
.. _pull 2269: <a
href="https://redirect.github.com/coveragepy/coveragepy/pull/2269">coveragepy/coveragepy#2269</a>
.. _issue 2279: <a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2279">coveragepy/coveragepy#2279</a></p>
<p>.. _changes_7-16-0:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/ccbb99245dcb4e51a35087285499cdb22b164ccc"><code>ccbb992</code></a>
docs: prep for 7.16.1</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/0697ccc9360cea85676076b935b076b020e3bcb1"><code>0697ccc</code></a>
chore: make upgrade</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/12f35958932173737ac451bdc33cdea2f3678917"><code>12f3595</code></a>
chore: bump docker/setup-qemu-action in the action-dependencies group
(<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2280">#2280</a>)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/35b58d3e83b2298dcb453e9356eb3f40e91a8db9"><code>35b58d3</code></a>
fix: CoverageData.update() can be called twice on an in-memory database.
<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2279">#2279</a></li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/92e1ce9b7bbcf69c3eccd2669e8c5edf0a4eba45"><code>92e1ce9</code></a>
chore: bump the action-dependencies group with 4 updates (<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2278">#2278</a>)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/bf0731046b4d8865ef61ccf3be0c573930468342"><code>bf07310</code></a>
build: quote var expansion (actionlint SC2086)</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/3c434f506ee01e14297802b704c4db87904914b3"><code>3c434f5</code></a>
quality: use shellcheck-py to get shellcheck in GitHub CI</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/632f39725595a765c8dbd6327fec867c06d8bec3"><code>632f397</code></a>
build: use .txt instead of .pip, even though it's a stupid
extension</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/ffc6a4ad4447dfb52fe47d5110440cd6776431ab"><code>ffc6a4a</code></a>
test: only run diff-cover on pull requests</li>
<li><a
href="https://github.com/coveragepy/coveragepy/commit/33553b33cfbbc5c6afa5f49a033520b803d034d2"><code>33553b3</code></a>
fix: exclude the <code>case</code> line when an irrefutable case body is
excluded (<a
href="https://redirect.github.com/coveragepy/coveragepy/issues/2269">#2269</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/coveragepy/coveragepy/compare/7.16.0...7.16.1">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.16.0&new-version=7.16.1)](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>
Bumps [ast-serialize](https://github.com/mypyc/ast_serialize) from
0.11.1 to 0.11.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mypyc/ast_serialize/commit/f508fe57c3e39cdda9f74e6e19f3ee126bcaddd7"><code>f508fe5</code></a>
Bump version to 0.11.2</li>
<li><a
href="https://github.com/mypyc/ast_serialize/commit/8642c8620660ec949f7c99116cd30f93656ada41"><code>8642c86</code></a>
Fix edge case in Literal type handling (<a
href="https://redirect.github.com/mypyc/ast_serialize/issues/92">#92</a>)</li>
<li><a
href="https://github.com/mypyc/ast_serialize/commit/3039f8bc0ee4c7a2793ff50086528ae257b33b7f"><code>3039f8b</code></a>
Serialize flag for lazy imports (<a
href="https://redirect.github.com/mypyc/ast_serialize/issues/91">#91</a>)</li>
<li>See full diff in <a
href="https://github.com/mypyc/ast_serialize/compare/v0.11.1...v0.11.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ast-serialize&package-manager=pip&previous-version=0.11.1&new-version=0.11.2)](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 Sep 17, 2026
@pull pull Bot added the ⤵️ pull label Sep 17, 2026
@pull
pull Bot merged commit 588f588 into tj-python:master Sep 17, 2026
8 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