Skip to content

Commit e1149a6

Browse files
Bump coverage from 7.10.6 to 7.10.7 (#11531)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.6 to 7.10.7. <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.7 — 2025-09-21</h2> <ul> <li> <p>Performance: with branch coverage in large files, generating HTML, JSON, or LCOV reports could take far too long due to some quadratic behavior when creating the function and class index pages. This is now fixed, closing <code>issue 2048</code>_. Thanks to Daniel Diniz for help diagnosing the problem.</p> </li> <li> <p>Most warnings and a few errors now have links to a page in the docs explaining the specific message. Closes <code>issue 1921</code>_.</p> </li> </ul> <p>.. _issue 1921: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1921">nedbat/coveragepy#1921</a> .. _issue 2048: <a href="https://redirect.github.com/nedbat/coveragepy/issues/2048">nedbat/coveragepy#2048</a></p> <p>.. _changes_7-10-6:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/92a2af54e6bc948a9c536bd9b12bab70fb055904"><code>92a2af5</code></a> docs: sample HTML for 7.10.7</li> <li><a href="https://github.com/nedbat/coveragepy/commit/952afdaca658d5e1acdd533c727448a0b218caf0"><code>952afda</code></a> docs: prep for 7.10.7</li> <li><a href="https://github.com/nedbat/coveragepy/commit/a301761e69da97b27662f395974d26f78fa8b2b5"><code>a301761</code></a> build: riscv64 wheels (<a href="https://redirect.github.com/nedbat/coveragepy/issues/2055">#2055</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/5daff8d38786aa540ff9bec622eb3389f117f911"><code>5daff8d</code></a> docs: now source is formatted with ruff</li> <li><a href="https://github.com/nedbat/coveragepy/commit/04bbc3acfd914fdd99ffec9873bc03bdc7329357"><code>04bbc3a</code></a> docs: discuss cog in the contributing docs</li> <li><a href="https://github.com/nedbat/coveragepy/commit/c181b9315f59a81667da47cf3d760d0253872238"><code>c181b93</code></a> build: use cog --check-fail-msg to instruct devs</li> <li><a href="https://github.com/nedbat/coveragepy/commit/33c4ba196f49e0ee86ab0ff473c0876c0bacd5fa"><code>33c4ba1</code></a> chore: make upgrade</li> <li><a href="https://github.com/nedbat/coveragepy/commit/0744b73b6b503ccf2cb75aba095c023672b921a8"><code>0744b73</code></a> chore: bump the action-dependencies group across 1 directory with 2 updates (...</li> <li><a href="https://github.com/nedbat/coveragepy/commit/0d5a112fc54c1d5a07f3f2ec451779808902c9af"><code>0d5a112</code></a> perf: bulk narrowing to avoid N**2. <a href="https://redirect.github.com/nedbat/coveragepy/issues/2048">#2048</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/a868ed9269ca474748130f5c6360cd2aae66ffc8"><code>a868ed9</code></a> docs: mention Python Discord on the index page</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.10.6...7.10.7">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.6&new-version=7.10.7)](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 c593e2d commit e1149a6

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ click==8.1.8
5252
# slotscheck
5353
# towncrier
5454
# wait-for-it
55-
coverage==7.10.6
55+
coverage==7.10.7
5656
# via
5757
# -r requirements/test-common.in
5858
# pytest-cov

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ click==8.1.8
5252
# slotscheck
5353
# towncrier
5454
# wait-for-it
55-
coverage==7.10.6
55+
coverage==7.10.7
5656
# via
5757
# -r requirements/test-common.in
5858
# pytest-cov

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cffi==2.0.0
1414
# pytest-codspeed
1515
click==8.2.1
1616
# via wait-for-it
17-
coverage==7.10.6
17+
coverage==7.10.7
1818
# via
1919
# -r requirements/test-common.in
2020
# pytest-cov

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cffi==2.0.0
2525
# pytest-codspeed
2626
click==8.2.1
2727
# via wait-for-it
28-
coverage==7.10.6
28+
coverage==7.10.7
2929
# via
3030
# -r requirements/test-common.in
3131
# pytest-cov

requirements/test.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ annotated-types==0.7.0
1515
async-timeout==5.0.1 ; python_version < "3.11"
1616
# via -r requirements/runtime-deps.in
1717
blockbuster==1.5.25
18-
# via -r requirements/test.in
18+
# via -r requirements/test-common.in
1919
brotli==1.1.0 ; platform_python_implementation == "CPython"
2020
# via -r requirements/runtime-deps.in
2121
cffi==2.0.0
@@ -25,9 +25,9 @@ cffi==2.0.0
2525
# pytest-codspeed
2626
click==8.1.8
2727
# via wait-for-it
28-
coverage==7.10.6
28+
coverage==7.10.7
2929
# via
30-
# -r requirements/test.in
30+
# -r requirements/test-common.in
3131
# pytest-cov
3232
cryptography==46.0.1
3333
# via trustme
@@ -38,7 +38,7 @@ execnet==2.1.1
3838
forbiddenfruit==0.1.4
3939
# via blockbuster
4040
freezegun==1.5.5
41-
# via -r requirements/test.in
41+
# via -r requirements/test-common.in
4242
frozenlist==1.7.0
4343
# via
4444
# -r requirements/runtime-deps.in
@@ -52,7 +52,7 @@ idna==3.6
5252
iniconfig==2.1.0
5353
# via pytest
5454
isal==1.7.2 ; python_version < "3.14"
55-
# via -r requirements/test.in
55+
# via -r requirements/test-common.in
5656
markdown-it-py==3.0.0
5757
# via rich
5858
mdurl==0.1.2
@@ -62,7 +62,7 @@ multidict==6.6.4
6262
# -r requirements/runtime-deps.in
6363
# yarl
6464
mypy==1.17.1 ; implementation_name == "cpython"
65-
# via -r requirements/test.in
65+
# via -r requirements/test-common.in
6666
mypy-extensions==1.1.0
6767
# via mypy
6868
packaging==25.0
@@ -72,7 +72,7 @@ packaging==25.0
7272
pathspec==0.12.1
7373
# via mypy
7474
pkgconfig==1.5.5
75-
# via -r requirements/test.in
75+
# via -r requirements/test-common.in
7676
pluggy==1.6.0
7777
# via
7878
# pytest
@@ -82,7 +82,7 @@ propcache==0.3.2
8282
# -r requirements/runtime-deps.in
8383
# yarl
8484
proxy-py==2.4.10
85-
# via -r requirements/test.in
85+
# via -r requirements/test-common.in
8686
pycares==4.11.0
8787
# via aiodns
8888
pycparser==2.23
@@ -97,27 +97,27 @@ pygments==2.19.2
9797
# rich
9898
pytest==8.4.2
9999
# via
100-
# -r requirements/test.in
100+
# -r requirements/test-common.in
101101
# pytest-codspeed
102102
# pytest-cov
103103
# pytest-mock
104104
# pytest-xdist
105105
pytest-codspeed==4.0.0
106-
# via -r requirements/test.in
106+
# via -r requirements/test-common.in
107107
pytest-cov==7.0.0
108-
# via -r requirements/test.in
108+
# via -r requirements/test-common.in
109109
pytest-mock==3.15.1
110-
# via -r requirements/test.in
110+
# via -r requirements/test-common.in
111111
pytest-xdist==3.8.0
112-
# via -r requirements/test.in
112+
# via -r requirements/test-common.in
113113
python-dateutil==2.9.0.post0
114114
# via freezegun
115115
python-on-whales==0.78.0
116-
# via -r requirements/test.in
116+
# via -r requirements/test-common.in
117117
rich==14.1.0
118118
# via pytest-codspeed
119119
setuptools-git==1.2
120-
# via -r requirements/test.in
120+
# via -r requirements/test-common.in
121121
six==1.17.0
122122
# via python-dateutil
123123
tomli==2.2.1
@@ -126,7 +126,7 @@ tomli==2.2.1
126126
# mypy
127127
# pytest
128128
trustme==1.2.1 ; platform_machine != "i686"
129-
# via -r requirements/test.in
129+
# via -r requirements/test-common.in
130130
typing-extensions==4.15.0
131131
# via
132132
# aiosignal
@@ -143,10 +143,10 @@ typing-inspection==0.4.1
143143
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
144144
# via -r requirements/base.in
145145
wait-for-it==2.3.0
146-
# via -r requirements/test.in
146+
# via -r requirements/test-common.in
147147
yarl==1.20.1
148148
# via -r requirements/runtime-deps.in
149149
zlib-ng==1.0.0
150-
# via -r requirements/test.in
150+
# via -r requirements/test-common.in
151151
zstandard==0.25.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
152152
# via -r requirements/runtime-deps.in

0 commit comments

Comments
 (0)