-
Notifications
You must be signed in to change notification settings - Fork 17
Commit 3c84805
authored
Build(deps): Bump coverage from 7.10.0 to 7.10.1 (#733)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.0 to
7.10.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.10.1 — 2025-07-27</h2>
<ul>
<li>
<p>Fix: the exclusion for <code>if TYPE_CHECKING:</code> was wrong: it
marked the branch
as partial, but it should have been a line exclusion so the entire
clause
would be excluded. Improves <code>issue 831</code>_.</p>
</li>
<li>
<p>Fix: changed where .pth files are written for <code>patch =
subprocess</code>, closing
<code>issue 2006</code>_.</p>
</li>
</ul>
<p>.. _issue 2006: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/2006">nedbat/coveragepy#2006</a></p>
<p>.. _changes_7-10-0:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/7fdcbeb70255447199fb4501707aac39840ffba4"><code>7fdcbeb</code></a>
docs: sample HTML for 7.10.1</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/c9e962586e30bdcc7e862dc12b8b4b7790cd8372"><code>c9e9625</code></a>
docs: prep for 7.10.1</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/e8193ff919502be0a28d0922e4fd8e6eccc70e3c"><code>e8193ff</code></a>
chore: make upgrade</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/9aad22a57a7163bf7e8d593112715c409193c643"><code>9aad22a</code></a>
test: improve the <code>if TYPE_CHECKING:</code> exclusion test</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/1e2f41a756191898d4f1936fa01165d52ec9e624"><code>1e2f41a</code></a>
fix: excluding TYPE_CHECKING should have been the line not the
branch</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/2134e57af92b95b2ef883e756bb0d6b926b6eac1"><code>2134e57</code></a>
fix: use getsitepackages for writing .pth files. <a
href="https://redirect.github.com/nedbat/coveragepy/issues/2006">#2006</a></li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a4300a7e0f84683d92971ed0b8ac16e6c552f710"><code>a4300a7</code></a>
test: signal statuses are mysterious. <a
href="https://redirect.github.com/nedbat/coveragepy/issues/2008">#2008</a></li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/2fd496182f9043e8e8471e58ca26c81a44a7b9a7"><code>2fd4961</code></a>
docs: update the man page, for once</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a13607f5da807a8ef5b483ce27c5e4779d1d4584"><code>a13607f</code></a>
build: comment_on_fixes should show html urls</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/0f00d49a594c2dc3576714a0669fbdbcc4dd4c7e"><code>0f00d49</code></a>
build: bump version to 7.10.1</li>
<li>See full diff in <a
href="https://github.com/nedbat/coveragepy/compare/7.10.0...7.10.1">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 7347460 commit 3c84805Copy full SHA for 3c84805
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- requirements
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedrequirements/ci-wheel.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
|
0 commit comments