Skip to content

Commit f894a77

Browse files
Bump coverage from 7.10.2 to 7.10.3 (#11403)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.2 to 7.10.3. <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.10.3 — 2025-08-10</h2> <ul> <li> <p>Fixes for <code>patch = subprocess</code>:</p> <ul> <li> <p>If subprocesses spawned yet more subprocesses simultaneously, some coverage could be missed. This is now fixed, closing <code>issue 2024</code>_.</p> </li> <li> <p>If subprocesses were created in other directories, their data files were stranded there and not combined into the totals, as described in <code>issue 2025</code>_. This is now fixed.</p> </li> <li> <p>On Windows (or maybe only some Windows?) the patch would fail with a <code>ModuleNotFound</code> error trying to import coverage. This is now fixed, closing <code>issue 2022</code>_.</p> </li> <li> <p>Originally only options set in the coverage configuration file would apply to subprocesses. Options set on the <code>coverage run</code> command line (such as <code>--branch</code>) wouldn't be communicated to the subprocesses. This could lead to combining failures, as described in <code>issue 2021</code>_. Now the entire configuration is used in subprocesses, regardless of its origin.</p> </li> <li> <p>Added <code>debug=patch</code> to help diagnose problems.</p> </li> </ul> </li> <li> <p>Fix: really close all SQLite databases, even in-memory ones. Closes <code>issue 2017</code>_.</p> </li> </ul> <p>.. _issue 2017: <a href="https://redirect.github.com/nedbat/coveragepy/issues/2017">nedbat/coveragepy#2017</a> .. _issue 2021: <a href="https://redirect.github.com/nedbat/coveragepy/issues/2021">nedbat/coveragepy#2021</a> .. _issue 2022: <a href="https://redirect.github.com/nedbat/coveragepy/issues/2022">nedbat/coveragepy#2022</a> .. _issue 2024: <a href="https://redirect.github.com/nedbat/coveragepy/issues/2024">nedbat/coveragepy#2024</a> .. _issue 2025: <a href="https://redirect.github.com/nedbat/coveragepy/issues/2025">nedbat/coveragepy#2025</a></p> <p>.. _changes_7-10-2:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/0691ce5d08ae2eb6cae51f879ffe609aeb14d221"><code>0691ce5</code></a> docs: sample HTML for 7.10.3</li> <li><a href="https://github.com/nedbat/coveragepy/commit/34c9aca951d2c89ab0af5343a9a1c5cc7b00aefd"><code>34c9aca</code></a> docs: prep for 7.10.3</li> <li><a href="https://github.com/nedbat/coveragepy/commit/fd83f218e21058f43c7544a3cb01ce84714965f7"><code>fd83f21</code></a> style: lists for homogenous collections</li> <li><a href="https://github.com/nedbat/coveragepy/commit/d9618002dde634898613f5935092cefbb29035f0"><code>d961800</code></a> docs: remove an unused reference</li> <li><a href="https://github.com/nedbat/coveragepy/commit/697d4bb3950b31dc7f5d39d9dcf67fabde9db241"><code>697d4bb</code></a> fix: subprocesses inherit the entire configuration. <a href="https://redirect.github.com/nedbat/coveragepy/issues/2021">#2021</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/b6db3b7e52e4820bd1d3e43b29f700a5f31f3937"><code>b6db3b7</code></a> build: show the total during local metacov</li> <li><a href="https://github.com/nedbat/coveragepy/commit/cfbceb584b18f87fdc6228fc4a8202d789e030cc"><code>cfbceb5</code></a> docs: reverted <a href="https://redirect.github.com/nedbat/coveragepy/issues/2018">#2018</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/264bbd3d2c2ee9eca32248c5874423c0b6ff6287"><code>264bbd3</code></a> refactor: more patch logging</li> <li><a href="https://github.com/nedbat/coveragepy/commit/3ecdfafc74bd2b007b561e6ac6b080c04e598b06"><code>3ecdfaf</code></a> chore: bump the action-dependencies group with 2 updates (<a href="https://redirect.github.com/nedbat/coveragepy/issues/2026">#2026</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/41a225698710c9005da822978930be69312d1676"><code>41a2256</code></a> fix: revert &quot;thread safe resume (<a href="https://redirect.github.com/nedbat/coveragepy/issues/2018">#2018</a>)&quot; (<a href="https://redirect.github.com/nedbat/coveragepy/issues/2027">#2027</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.10.2...7.10.3">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.10.2&new-version=7.10.3)](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>
1 parent b3de838 commit f894a77

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

requirements/constraints.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ click==8.1.8
5454
# slotscheck
5555
# towncrier
5656
# wait-for-it
57-
coverage==7.10.2
57+
coverage==7.10.3
5858
# via
5959
# -r requirements/test.in
6060
# pytest-cov
@@ -157,9 +157,7 @@ pycares==4.10.0
157157
pycparser==2.22
158158
# via cffi
159159
pydantic==2.12.0a1
160-
# via
161-
# -r requirements/test.in
162-
# python-on-whales
160+
# via python-on-whales
163161
pydantic-core==2.37.2
164162
# via pydantic
165163
pyenchant==3.2.2

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ click==8.1.8
5454
# slotscheck
5555
# towncrier
5656
# wait-for-it
57-
coverage==7.10.2
57+
coverage==7.10.3
5858
# via
5959
# -r requirements/test.in
6060
# pytest-cov
@@ -154,9 +154,7 @@ pycares==4.10.0
154154
pycparser==2.22
155155
# via cffi
156156
pydantic==2.12.0a1
157-
# via
158-
# -r requirements/test.in
159-
# python-on-whales
157+
# via python-on-whales
160158
pydantic-core==2.37.2
161159
# via pydantic
162160
pygments==2.19.2
@@ -165,7 +163,9 @@ pygments==2.19.2
165163
# rich
166164
# sphinx
167165
pyjwt==2.8.0
168-
# via gidgethub
166+
# via
167+
# gidgethub
168+
# pyjwt
169169
pyproject-hooks==1.2.0
170170
# via
171171
# build

requirements/test.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cffi==1.17.1
2727
# pytest-codspeed
2828
click==8.1.8
2929
# via wait-for-it
30-
coverage==7.10.2
30+
coverage==7.10.3
3131
# via
3232
# -r requirements/test.in
3333
# pytest-cov
@@ -90,9 +90,7 @@ pycares==4.10.0
9090
pycparser==2.22
9191
# via cffi
9292
pydantic==2.12.0a1
93-
# via
94-
# -r requirements/test.in
95-
# python-on-whales
93+
# via python-on-whales
9694
pydantic-core==2.37.2
9795
# via pydantic
9896
pygments==2.19.2

0 commit comments

Comments
 (0)