Commit c6fa3b3
authored
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 <pull 1972_></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 <pull 1967_></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 />
[](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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments