Skip to content

Commit c6fa3b3

Browse files
Bump coverage from 7.8.0 to 7.8.2 (#89)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.8.0 to 7.8.2. <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.8.2 — 2025-05-23</h2> <ul> <li>Wheels are provided for Windows ARM64 on Python 3.11, 3.12, and 3.13. Thanks, <code>Finn Womack &lt;pull 1972_&gt;</code>_.</li> </ul> <p>.. _issue 1971: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1971">nedbat/coveragepy#1971</a> .. _pull 1972: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1972">nedbat/coveragepy#1972</a></p> <p>.. _changes_7-8-1:</p> <h2>Version 7.8.1 — 2025-05-21</h2> <ul> <li> <p>A number of EncodingWarnings were fixed that could appear if you've enabled PYTHONWARNDEFAULTENCODING, fixing <code>issue 1966</code><em>. Thanks, <code>Henry Schreiner &lt;pull 1967_&gt;</code></em>.</p> </li> <li> <p>Fixed a race condition when using sys.monitoring with free-threading Python, closing <code>issue 1970</code>_.</p> </li> </ul> <p>.. _issue 1966: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1966">nedbat/coveragepy#1966</a> .. _pull 1967: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1967">nedbat/coveragepy#1967</a> .. _issue 1970: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1970">nedbat/coveragepy#1970</a></p> <p>.. _changes_7-8-0:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/51ab2e503faebf7b302850f0b0329103f0efd1f4"><code>51ab2e5</code></a> build: have to keep expected dist counts in sync</li> <li><a href="https://github.com/nedbat/coveragepy/commit/be7bbf236aaec0875e73948b2f50d6ec9ac97311"><code>be7bbf2</code></a> docs: sample HTML for 7.8.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/3cee850f3b8a7bff52fa4dd5575abe8b67b1f2ec"><code>3cee850</code></a> docs: prep for 7.8.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/39bc6b0dc8550d1457a60683200cbdfb6786ffc6"><code>39bc6b0</code></a> docs: provide more details if the kit matrix is edited.</li> <li><a href="https://github.com/nedbat/coveragepy/commit/a608fb310d0eb34c6d6d004a1b62b01c6f8afd33"><code>a608fb3</code></a> build: add support for Windows arm64 (<a href="https://redirect.github.com/nedbat/coveragepy/issues/1972">#1972</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/2fe622506356424406ddcac01bf1775eca5a92d3"><code>2fe6225</code></a> build: run <code>tox lint</code> if actions have changed</li> <li><a href="https://github.com/nedbat/coveragepy/commit/3d93a78e1df4b9ab88bbf03f84de40873ddb5541"><code>3d93a78</code></a> docs: docs need scriv for making github releases</li> <li><a href="https://github.com/nedbat/coveragepy/commit/0c443a2775aa64fda77c6e34fcc5144f5000db9c"><code>0c443a2</code></a> build: bump version to 7.8.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/ed98b8708ccc380bcb1490cd73b3e476f69c234f"><code>ed98b87</code></a> docs: sample HTML for 7.8.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/b98bc9b9878ff8c23bcaa0d7c5b2a55269c6783f"><code>b98bc9b</code></a> docs: prep for 7.8.1</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.8.0...7.8.2">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.8.0&new-version=7.8.2)](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 07ad469 commit c6fa3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test = [
7070
"pytest-xdist==3.6.1",
7171
"pytest-randomly==3.16.0",
7272
"pytest-datadir==1.6.1",
73-
"coverage==7.8.0",
73+
"coverage==7.8.2",
7474
"diff-cover==9.3.1",
7575
"flake8-json==24.4.0",
7676
"dirty-equals==0.9.0",

0 commit comments

Comments
 (0)