Skip to content

Commit

Permalink
Bump coverage from 7.4.0 to 7.4.1 (#8095)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.0 to
7.4.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.4.1 — 2024-01-26</h2>
<ul>
<li>
<p>Python 3.13.0a3 is supported.</p>
</li>
<li>
<p>Fix: the JSON report now includes an explicit format version number,
closing
<code>issue 1732</code>_.</p>
</li>
</ul>
<p>.. _issue 1732: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1732">nedbat/coveragepy#1732</a></p>
<p>.. _changes_7-4-0:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/07588eaaaf7bd16414629f45586d448cb0aa2a8f"><code>07588ea</code></a>
test: give hypothesis a little more time</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/2c9651879086c94565710cf3456748730429adf7"><code>2c96518</code></a>
build: tags should be signed</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/8d1857f73401b0b3d744a2f458621eb435b44a1c"><code>8d1857f</code></a>
docs: sample HTML for 7.4.1</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/ddc88f70732c759314d0c7e88e4b46422fd104ab"><code>ddc88f7</code></a>
docs: prep for 7.4.1</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/98cd6719202e032ee8e6ff35275791cb7f0ec522"><code>98cd671</code></a>
docs: correct two library urls</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/498b8c9caca6d0c9fbc10c5f753e4a8521b5c0bc"><code>498b8c9</code></a>
build: coverage runs have to skip windows pypy too</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/75b22f0e24559446ff551acb6ddbaa92bce8add3"><code>75b22f0</code></a>
test: ignore color in tracebacks</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/b7c41a2b7482d61dac596643e01e301ac98d1400"><code>b7c41a2</code></a>
build: show action environment variables for debugging</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/f8be8652fe997eee3ce25314b8d038158be1367e"><code>f8be865</code></a>
build: run actions on 3.13 since a3 came out.</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/de60a6d1db6ac3faf4c59bb562b0cfed9f2384a5"><code>de60a6d</code></a>
build(deps): bump actions/dependency-review-action from 3 to 4</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.4.0...7.4.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.4.0&new-version=7.4.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 29, 2024
1 parent bb3d863 commit 22c841b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ click==8.1.6
# towncrier
# typer
# wait-for-it
coverage==7.4.0
coverage==7.4.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ click==8.1.6
# towncrier
# typer
# wait-for-it
coverage==7.4.0
coverage==7.4.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ click==8.1.6
# via
# typer
# wait-for-it
coverage==7.4.0
coverage==7.4.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 22c841b

Please sign in to comment.