Skip to content

Commit

Permalink
Bump coverage from 7.6.1 to 7.6.4 (#36)
Browse files Browse the repository at this point in the history
Summary:
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.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.6.4 — 2024-10-20</h2>
<ul>
<li>fix: multi-line <code>with</code> statements could cause contained branches to be
incorrectly marked as missing (<code>issue 1880</code>_).  This is now fixed.</li>
</ul>
<p>.. _issue 1880: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1880">nedbat/coveragepy#1880</a></p>
<p>.. _changes_7-6-3:</p>
<h2>Version 7.6.3 — 2024-10-13</h2>
<ul>
<li>
<p>Fix: nested context managers could incorrectly be analyzed to flag a missing
branch on the last context manager, as described in <code>issue 1876</code>_.  This is
now fixed.</p>
</li>
<li>
<p>Fix: the missing branch message about not exiting a module had an extra
&quot;didn't,&quot; as described in <code>issue 1873</code>_.  This is now fixed.</p>
</li>
</ul>
<p>.. _issue 1873: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1873">nedbat/coveragepy#1873</a>
.. _issue 1876: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1876">nedbat/coveragepy#1876</a></p>
<p>.. _changes_7-6-2:</p>
<h2>Version 7.6.2 — 2024-10-09</h2>
<ul>
<li>
<p>Dropped support for Python 3.8 and PyPy 3.8.</p>
</li>
<li>
<p>Fix: a final wildcard match/case clause assigning to a name (<code>case _ as value</code>) was incorrectly marked as a missing branch.  This is now fixed,
closing <code>issue 1860</code>_.</p>
</li>
<li>
<p>Fewer things are considered branches now. Lambdas, comprehensions, and
generator expressions are no longer marked as missing branches if they don't
complete execution.  Closes <code>issue 1852</code>_.</p>
</li>
<li>
<p>Fix: the HTML report didn't properly show multi-line f-strings that end with
a backslash continuation.  This is now fixed, closing <code>issue 1836</code><em>, thanks
to <code>LiuYinCarl and Marco Ricci &lt;pull 1838_&gt;</code></em>.</p>
</li>
<li>
<p>Fix: the LCOV report now has correct line numbers (fixing <code>issue 1846</code><em>) and
better branch descriptions for BRDA records (fixing <code>issue 1850</code></em>).  There
are other changes to lcov also, including a new configuration option
:ref:<code>line_checksums &lt;config_lcov_line_checksums&gt;</code> to control whether line
checksums are included in the lcov report.  The default is false. To keep
checksums set it to true.  All this work is thanks to Zack Weinberg</p>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nedbat/coveragepy/commit/f24f76bbcebf21737433445eab2cd7722291e3db"><code>f24f76b</code></a> docs: sample HTML for 7.6.4</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/96e10f791857b87d6a741cdbb3ea2c5a851432d5"><code>96e10f7</code></a> docs: prep for 7.6.4</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/b8c236aa620f31134405aa2876e5922a8db053d3"><code>b8c236a</code></a> fix: multi-line with-statements exit correctly. <a href="https://redirect.github.com/nedbat/coveragepy/issues/1880">#1880</a></li>
<li><a href="https://github.com/nedbat/coveragepy/commit/64b7a45de6004fecb9b6c149ff412466831a3076"><code>64b7a45</code></a> docs: another discord reference</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/68d74277cb241434a54d5b7e11bfd7ec837cb7ba"><code>68d7427</code></a> docs: Python Discord</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/43adcea4ce982440511cda579b9885b5dab2acfa"><code>43adcea</code></a> build: include 3.14 in the usual Pythons</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/fb2b49fb1beb810c6d7ee1cfbbf75a3ff8574fbf"><code>fb2b49f</code></a> build: github_releases can update older releases, and pauses to get the sorti...</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/ca550cae485542d43d082d7ecd2b15c35306e717"><code>ca550ca</code></a> 3.0b2 wasn't correctly titled</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/debcc77cafff1e9d4595384cdc02c71a7b43fca0"><code>debcc77</code></a> build: bump version</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/342a4cb9337be6cc5f4038537814188aa62de21c"><code>342a4cb</code></a> docs: sample HTML for 7.6.3</li>
<li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.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.6.1&new-version=7.6.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: #36

Reviewed By: fried

Differential Revision: D64716740

Pulled By: yhcharles

fbshipit-source-id: 372ae902043dabce171203801394728033fbc34a
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Oct 22, 2024
1 parent c60f567 commit add7f38
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.6.1",
"coverage==7.6.4",
"flit==3.9.0",
]

Expand Down

0 comments on commit add7f38

Please sign in to comment.