Skip to content

Commit

Permalink
Bump coverage from 7.4.1 to 7.4.2 (#8176)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.1 to
7.4.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.4.2 — 2024-02-20</h2>
<ul>
<li>Fix: setting <code>COVERAGE_CORE=sysmon</code> no longer errors on
3.11 and lower,
thanks <code>Hugo van Kemenade &lt;pull 1747_&gt;</code>_. It now issues
a warning that
sys.monitoring is not available and falls back to the default core
instead.</li>
</ul>
<p>.. _pull 1747: <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1747">nedbat/coveragepy#1747</a></p>
<p>.. _changes_7-4-1:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/5d6933451e4b2ba1294fdbd9b33473e6a254a19b"><code>5d69334</code></a>
test: if a test fails randomly, let it retry with <a
href="https://github.com/flaky"><code>@​flaky</code></a></li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/65d686c8eb76ef897291af898d53dee55c57f349"><code>65d686c</code></a>
docs: sample HTML for 7.4.2</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/026dca7d7e8591614ec035fe9f05a87808892686"><code>026dca7</code></a>
docs: prep for 7.4.2</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a7d10222110c37ecd4f10f4f752ddc62024630a7"><code>a7d1022</code></a>
build: some Makefile targets only make sense from the release steps</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/d365814bc8e6911d243f2f35e7b1f1dbd40803ef"><code>d365814</code></a>
chore: make upgrade</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/c56c3a200386217b6ff598c587853ebd8b8128e6"><code>c56c3a2</code></a>
fix: issue a warning if we can't use sysmon as requested.</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/8b0e0398983592f4a432b656910d67aa5d14021d"><code>8b0e039</code></a>
fix: only use &quot;sysmon&quot; core when available (Python 3.12+) (<a
href="https://redirect.github.com/nedbat/coveragepy/issues/1747">#1747</a>)</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/575a44c350bb8165185e6594421443189f904ce6"><code>575a44c</code></a>
build: temporarily pin to 3.13.0a3 for Windows (<a
href="https://redirect.github.com/nedbat/coveragepy/issues/1751">#1751</a>)</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/628c1c5ec1b481eaf6f2013461da8bbe9de41576"><code>628c1c5</code></a>
fix: avoid a dict-changed-size error</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/841205461a91da63409ac6e134db9f4ef870fae4"><code>8412054</code></a>
chore: make upgrade</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.4.1...7.4.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.4.1&new-version=7.4.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 21, 2024
1 parent 006fbe0 commit e5e521e
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.1
coverage==7.4.2
# 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.1
coverage==7.4.2
# 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.1
coverage==7.4.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit e5e521e

Please sign in to comment.