Skip to content

Commit cb6e95e

Browse files
Bump coverage from 7.7.0 to 7.7.1 (#10619)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.7.0 to 7.7.1. <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.7.1 — 2025-03-21</h2> <ul> <li>A few small tweaks to the sys.monitoring support for Python 3.14. Please test!</li> </ul> <p>.. _changes_7-7-0:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/5e0fd514aa9d49d39afc9b1e57008c20c6c45663"><code>5e0fd51</code></a> docs: sample HTML for 7.7.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9b82965ff218ea13a63386b585814bda67e542ef"><code>9b82965</code></a> docs: prep for 7.7.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/1be53a8083146ae80471e72486dbe7da6f1c98ff"><code>1be53a8</code></a> docs: add clarification about missing line numbers in the text report</li> <li><a href="https://github.com/nedbat/coveragepy/commit/87bc26bc1f0148ba9ff746d8b82584ffecdc67f8"><code>87bc26b</code></a> refactor: use f-strings more</li> <li><a href="https://github.com/nedbat/coveragepy/commit/7ea1535f7ed5abc1aea9a65bbd557b8f20b2346f"><code>7ea1535</code></a> refactor: remove some needless checks</li> <li><a href="https://github.com/nedbat/coveragepy/commit/f503dc5285692c6073de6299898738ec2b2d6006"><code>f503dc5</code></a> perf: collect more stats in sysmon</li> <li><a href="https://github.com/nedbat/coveragepy/commit/97e68a0cf89751b1dff74106ce555ce4022c907c"><code>97e68a0</code></a> build: bump version to 7.7.1</li> <li>See full diff in <a href="https://github.com/nedbat/coveragepy/compare/7.7.0...7.7.1">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.7.0&new-version=7.7.1)](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 b6f34d4 commit cb6e95e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7.0
55+
coverage==7.7.1
5656
# via
5757
# -r requirements/test.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.7.0
55+
coverage==7.7.1
5656
# via
5757
# -r requirements/test.in
5858
# pytest-cov

requirements/test.txt

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

0 commit comments

Comments
 (0)