Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump coverage from 7.6.9 to 7.6.10 (#655)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.9 to 7.6.10. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage's changelog</a>.</em></p> <blockquote> <h2>Version 7.6.10 — 2024-12-26</h2> <ul> <li> <p>Fix: some descriptions of missing branches in HTML and LCOV reports were incorrect when multi-line statements were involved (<code>issue 1874</code>_ and <code>issue 1875</code>_). These are now fixed.</p> </li> <li> <p>Fix: Python 3.14 <code>defers evaluation of annotations <pep649_></code>_ by moving them into separate code objects. That code is rarely executed, so coverage.py would mark them as missing, as reported in <code>issue 1908</code>_. Now they are ignored by coverage automatically.</p> </li> <li> <p>Fixed an obscure and mysterious problem on PyPy 3.10 seemingly involving mocks, imports, and trace functions: <code>issue 1902</code>_. To be honest, I don't understand the problem or the solution, but <code>git bisect</code> helped find it, and now it's fixed.</p> </li> <li> <p>Docs: re-wrote the :ref:<code>subprocess</code> page to put multiprocessing first and to highlight the correct use of :class:<code>multiprocessing.Pool <python:multiprocessing.pool.Pool></code>.</p> </li> </ul> <p>.. _issue 1874: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1874">nedbat/coveragepy#1874</a> .. _issue 1875: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1875">nedbat/coveragepy#1875</a> .. _issue 1902: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1902">nedbat/coveragepy#1902</a> .. _issue 1908: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1908">nedbat/coveragepy#1908</a> .. _pep649: <a href="https://docs.python.org/3.14/whatsnew/3.14.html#pep-649-deferred-evaluation-of-annotations">https://docs.python.org/3.14/whatsnew/3.14.html#pep-649-deferred-evaluation-of-annotations</a></p> <p>.. _changes_7-6-9:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/f0dcf65f47120d9f74f6777134d3b8e92515ce6f"><code>f0dcf65</code></a> docs: sample HTML for 7.6.10</li> <li><a href="https://github.com/nedbat/coveragepy/commit/0f26f35863781bb5736301e5b9c6ce8ea7d5d0f7"><code>0f26f35</code></a> docs: prep for 7.6.10</li> <li><a href="https://github.com/nedbat/coveragepy/commit/81c5e4311171f1db78b75a126608763a3964e98d"><code>81c5e43</code></a> docs: rewrite the subprocess page</li> <li><a href="https://github.com/nedbat/coveragepy/commit/878410caf5a026773769fe68a43705dcc48ddfc3"><code>878410c</code></a> chore: make doc_upgrade</li> <li><a href="https://github.com/nedbat/coveragepy/commit/f1d320d08b0180e58ec4fbbb4b5a93575e7d1b74"><code>f1d320d</code></a> chore: make upgrade</li> <li><a href="https://github.com/nedbat/coveragepy/commit/67f1440e0a384000e337ab54bd9cc01804aec201"><code>67f1440</code></a> debug: this condition is never true. really?</li> <li><a href="https://github.com/nedbat/coveragepy/commit/c85eaba206e1bf98302e0997e32c079e2c231f4b"><code>c85eaba</code></a> fix: multi-line statements no longer confuse branch target descriptions. <a href="https://redirect.github.com/nedbat/coveragepy/issues/187">#187</a>...</li> <li><a href="https://github.com/nedbat/coveragepy/commit/73e58fa9dd361b6496f2aa42ede490118ec0429c"><code>73e58fa</code></a> refactor: clarify the code that fixes with-statement exits</li> <li><a href="https://github.com/nedbat/coveragepy/commit/e16c9cc8c86edea415695ebd34ccad43b1b84a69"><code>e16c9cc</code></a> typo: backslask</li> <li><a href="https://github.com/nedbat/coveragepy/commit/865fd7fca4ed2e05f91f74c4c8809ca78adae229"><code>865fd7f</code></a> chore: bump the action-dependencies group with 4 updates (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1909">#1909</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.6.9...7.6.10">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.6.9&new-version=7.6.10)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information