aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Bump coverage from 7.14.2 to 7.14.3 (#12982) Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.2 to 7.14.3. <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.3 — 2026-06-22</h2> <ul> <li> <p>Fix: the default <code>...</code> exclusion rule now also matches function bodies whose closing return-type bracket is on its own line (for example, after a long <code>-> dict[ ... ]</code> annotation that a formatter has split over multiple lines). Closes <code>issue 2185</code><em>, thanks <code>Mengjia Shang <pull 2196_></code></em>.</p> </li> <li> <p>Fix: On 3.13t, we incorrectly issued <code>Couldn't import C tracer</code> errors. We can't import the C tracer because in 7.14.2 we stopped shipping compiled wheels for 3.13t. Thanks, <code>Hugo van Kemenade <pull 2203_></code>_.</p> </li> </ul> <p>.. _issue 2185: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2185">coveragepy/coveragepy#2185</a> .. _pull 2196: <a href="https://redirect.github.com/coveragepy/coveragepy/pull/2196">coveragepy/coveragepy#2196</a> .. _pull 2203: <a href="https://redirect.github.com/coveragepy/coveragepy/pull/2203">coveragepy/coveragepy#2203</a></p> <p>.. _changes_7-14-2:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coveragepy/coveragepy/commit/22f13eacc2258aee53198b6176db1ca89c32a12e"><code>22f13ea</code></a> docs: sample HTML for 7.14.3</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/2ca4e5fe61a551fc55e48428c8140cb7d325566a"><code>2ca4e5f</code></a> docs: prep for 7.14.3</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/01d714e5cb457177e999e78fde0c438283f7e4db"><code>01d714e</code></a> docs: add changelog entry for <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2203">#2203</a></li> <li><a href="https://github.com/coveragepy/coveragepy/commit/f36248d7ba313734d4fcf3d6eab713b5eba2c259"><code>f36248d</code></a> fix: don't emit 'Couldn't import C tracer' warning for 3.13t (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2203">#2203</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/86d73d1c4c60bdb2ea03f982cd4e33c77879ba77"><code>86d73d1</code></a> docs: thanks, Mengjia Shang</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/3d4ae3cb7c77f7521d91200a1e5de13425bbdff4"><code>3d4ae3c</code></a> docs: add the <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2196">#2196</a> pr link to CHANGES</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/f4b2b4d35e1b7cd8f33f1ee88d354b0debeeed08"><code>f4b2b4d</code></a> fix: exclude <code>...</code> bodies after multi-line return-type annotations (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2185">#2185</a>) (#...</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/1980ed0730956f0cc179e8568e1c8ee848f2d42b"><code>1980ed0</code></a> chore: bump sigstore/gh-action-sigstore-python (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2201">#2201</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/bca3217a1dadf35fa1d444722ec9f05dd5819089"><code>bca3217</code></a> build: since we don't ship 3.13t, don't test it</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/77550d83b2f35818a1ca8931289b81d161222031"><code>77550d8</code></a> docs: oops, mismatched pull requests</li> <li>Additional commits viewable in <a href="https://github.com/coveragepy/coveragepy/compare/7.14.2...7.14.3">compare view</a></li> </ul> </details> <br /> [](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>
master
2 hours ago
Apply suggestion from @Dreamsorcerer
fix-client-leak
9 hours ago
Close request body Payload on mid-upload disconnect The HTTP client did not close the request-body Payload when the body write failed part-way through (e.g. the server resets the TCP connection mid-upload). For file-backed bodies (open(path, "rb"), pathlib.Path, or FormData with a file field), the underlying OS file descriptor was leaked until garbage collection, so repeated failed uploads to a peer that disconnects mid-upload accumulate descriptors and can exhaust RLIMIT_NOFILE, denying service to the client process. This mirrors the server-side fix (Response.write_eof try/finally close) on the symmetric client path. The body is closed in ClientSession._request's terminal except BaseException handler, alongside the existing close on the success path and the redirect-abort branches. Closing here (rather than in ClientRequest._write_bytes) preserves the retry_persistent_connection path, which continues the request loop and must keep the body intact for retry. Payload.close() is idempotent, so this is safe even where abort branches already close the body.
fix-client-leak
10 hours ago
Redundant check
fix-digest-auth2
12 hours ago
Apply suggestion from @Dreamsorcerer
fix-digest-auth2
12 hours ago
Rename 12990.bugfix.rst to 12983.bugfix.rst
fix-digest-auth
14 hours ago
Bump coverage from 7.14.2 to 7.14.3 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.2 to 7.14.3. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.2...7.14.3) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/coverage-7.14.3
22 hours ago
Bump coverage from 7.14.2 to 7.14.3 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.2 to 7.14.3. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.2...7.14.3) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/coverage-7.14.3
22 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Close request body Payload on exception
#12985
9 hours ago
8ce8c69
fix-client-leak
CodSpeed Performance Gauge
0%
Fix Digest challenge with multiple schemes
#12984
12 hours ago
8484745
fix-digest-auth2
CodSpeed Performance Gauge
0%
Fix empty domain issue in DigestAuthMiddleware
#12983
14 hours ago
29f9484
fix-digest-auth
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs