[pull] master from aio-libs:master#638
Merged
Merged
Conversation
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.1 to 7.14.2. <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.2 — 2026-06-20</h2> <ul> <li> <p>Fix: some messages were being written to stdout, making <code>coverage json -o -</code> useless for capturing JSON output. Now messages are written to stderr, fixing <code>issue 2197</code>_.</p> </li> <li> <p>Fix: <code>CoverageData</code> kept one SQLite connection per thread that recorded coverage, but never closed them when those threads terminated. On long runs with many short-lived threads this leaked one file descriptor per dead thread, eventually failing with <code>OSError: [Errno 24] Too many open files</code>. Connections belonging to terminated threads are now closed and dropped. Fixes <code>issue 2192</code><em>. Thanks, <code>Matthew Lloyd <pull 2193_></code></em>.</p> </li> <li> <p>Fix: when using sys.monitoring, we were assuming we could use the <code>COVERAGE_ID</code> tool id. But other tools might also assume they could use that id. Pre-allocated ids don't really make sense, so now we search for a usable one instead. Fixes <code>issue 2187</code>_.</p> </li> <li> <p>Following <code>the advice of cibuildwheel <no-13t_></code>_, we no longer distribute wheels for Python 3.13 free-threaded.</p> </li> </ul> <p>.. _issue 2187: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2187">coveragepy/coveragepy#2187</a> .. _issue 2192: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2192">coveragepy/coveragepy#2192</a> .. _pull 2193: <a href="https://redirect.github.com/coveragepy/coveragepy/pull/2193">coveragepy/coveragepy#2193</a> .. _issue 2197: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2197">coveragepy/coveragepy#2197</a> .. _no-13t: <a href="https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel">https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel</a></p> <p>.. _changes_7-14-1:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coveragepy/coveragepy/commit/153f932d505e616332c9a7ccc95881373e95195e"><code>153f932</code></a> docs: sample HTML for 7.14.2</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/311bc677f77caa428d095edbcdeea4cb8f936927"><code>311bc67</code></a> docs: prep for 7.14.2</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/7f314be38de7b5d6ffb89cd311fe2da4ebd01d07"><code>7f314be</code></a> docs: thanks, Matthew Lloyd <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2193">#2193</a></li> <li><a href="https://github.com/coveragepy/coveragepy/commit/f960696bd4f5fab32c8fd9086386d5ff4e99df82"><code>f960696</code></a> Fix: close SQLite connections from terminated threads (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2192">#2192</a>) (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2193">#2193</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/24296156fc0b6650ff1224682ca5170a696ba1f7"><code>2429615</code></a> docs: fix a changelog entry</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/ced7f8acaa0a433e6aaad6ab598dded6cf65687d"><code>ced7f8a</code></a> build: cibuildwheel 4.0.0 no longer has this enable option</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/30a567c258ba393c70ca59020dc9b2311256c98d"><code>30a567c</code></a> chore: make upgrade</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/27c11f1b08051ed291138bb2772de0f7fab2ce5a"><code>27c11f1</code></a> fix: write messages to stderr. <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2197">#2197</a></li> <li><a href="https://github.com/coveragepy/coveragepy/commit/bdbe01fb47c2265089d284cbcb5238f0ea46c33a"><code>bdbe01f</code></a> chore: bump the action-dependencies group with 3 updates (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2191">#2191</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/dc2fd3b1ff348c57016be3784d005e53f3eeff0a"><code>dc2fd3b</code></a> chore: bump the action-dependencies group with 2 updates (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2188">#2188</a>)</li> <li>Additional commits viewable in <a href="https://github.com/coveragepy/coveragepy/compare/7.14.1...7.14.2">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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 : )