Skip to content

Commit

Permalink
Bump coverage from 7.5.3 to 7.5.4 (#31)
Browse files Browse the repository at this point in the history
Summary:
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.3 to 7.5.4.
<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.5.4 — 2024-06-22</h2>
<ul>
<li>
<p>If you attempt to combine statement coverage data with branch coverage data,
coverage.py used to fail with the message &quot;Can't combine arc data with line
data&quot; or its reverse, &quot;Can't combine line data with arc data.&quot;  These
messages used internal terminology, making it hard for people to understand
the problem.  They are now changed to mention &quot;branch coverage data&quot; and
&quot;statement coverage data.&quot;</p>
</li>
<li>
<p>Fixed a minor branch coverage problem with wildcard match/case cases using
names or guard clauses.</p>
</li>
<li>
<p>Started testing on 3.13 free-threading (nogil) builds of Python.  I'm not
claiming full support yet.  Closes <code>issue 1799</code>_.</p>
</li>
</ul>
<p>.. _issue 1799: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1799">nedbat/coveragepy#1799</a></p>
<p>.. _changes_7-5-3:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nedbat/coveragepy/commit/22c09c67ff321835a79e00fa234086b216e3d8d0"><code>22c09c6</code></a> docs: sample HTML for 7.5.4</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/9e16381103085fd10bedb290f93a5ae64cbbc586"><code>9e16381</code></a> docs: prep for 7.5.4</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/fba9b9e39264661b6c145ffebcff36a1a96c1598"><code>fba9b9e</code></a> docs: link issue 1799 from the changelog</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/f124de87bfbd8575a06c6a9eeb332f3375ad2441"><code>f124de8</code></a> build: no longer download kits to upload them</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/9516cf6ba29089895dc2cf32e12170605aec55ef"><code>9516cf6</code></a> build: hash-pin all actions</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/c6e0985d1a37f9e0d587ed35bdfa66a3f14aeb17"><code>c6e0985</code></a> build: finish up the publish action</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/4a49458c61dbadb359cbb6d7a99bb87af1b7ddaf"><code>4a49458</code></a> build: get the latest dist run id for publishing</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/fb15efad3ea08c32391a7265bb60b7f3110c3cc1"><code>fb15efa</code></a> build: pin hashes for publishing actions</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/c20af957ee1d6af7a17b6c062a2771354164bf3f"><code>c20af95</code></a> build: use the correct item: github.event.action</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/ccbab1529dd22de80e2c7ef4327c3288e265e2de"><code>ccbab15</code></a> build: dump all the github actions data</li>
<li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.5.3...7.5.4">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.5.3&new-version=7.5.4)](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>

Pull Request resolved: #31

Reviewed By: bowiechen

Differential Revision: D58960632

Pulled By: itamaro

fbshipit-source-id: 40dbe58a7c7f32670a5da76f0cb83396303ac663
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Jun 24, 2024
1 parent 01399f7 commit 6c281b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"async-timeout==4.0.3",
"coverage==7.5.3",
"coverage==7.5.4",
"flit==3.9.0",
]

Expand Down

0 comments on commit 6c281b8

Please sign in to comment.