Skip to content

Commit

Permalink
chore(deps-dev): bump coverage from 7.5.1 to 7.5.2 (#474)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to
7.5.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.5.2 — 2024-05-24</h2>
<ul>
<li>
<p>Fix: nested matches of exclude patterns could exclude too much code,
as
reported in <code>issue 1779</code>_.  This is now fixed.</p>
</li>
<li>
<p>Changed: previously, coverage.py would consider a module docstring to
be an
executable statement if it appeared after line 1 in the file, but not
executable if it was the first line. Now module docstrings are never
counted
as executable statements. This can change coverage.py's count of the
number
of statements in a file, which can slightly change the coverage
percentage
reported.</p>
</li>
<li>
<p>In the HTML report, the filter term and &quot;hide covered&quot;
checkbox settings are
remembered between viewings, thanks to <code>Daniel Diniz &lt;pull
1776_&gt;</code>_.</p>
</li>
<li>
<p>Python 3.13.0b1 is supported.</p>
</li>
<li>
<p>Fix: parsing error handling is improved to ensure bizarre source
files are
handled gracefully, and to unblock oss-fuzz fuzzing, thanks to
<code>Liam DeVoe &lt;pull 1788_&gt;</code><em>. Closes <code>issue
1787</code></em>.</p>
</li>
</ul>
<p>.. _pull 1776: <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1776">nedbat/coveragepy#1776</a>
.. _issue 1779: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1779">nedbat/coveragepy#1779</a>
.. _issue 1787: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1787">nedbat/coveragepy#1787</a>
.. _pull 1788: <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1788">nedbat/coveragepy#1788</a></p>
<p>.. _changes_7-5-1:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/242adea66966b941d2e62bd261652b14f0c88e95"><code>242adea</code></a>
build: don't claim pre-alpha-1 in classifiers</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/7f336228d78d8338239d4da4d4de3ade0abd0901"><code>7f33622</code></a>
docs: sample HTML for 7.5.2</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/946fa3a2a6bda18b629832f1a3aa62649f45554c"><code>946fa3a</code></a>
docs: prep for 7.5.2</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/535ddc3a77c256e163e13c574f91c269bb5610d7"><code>535ddc3</code></a>
build: pylint can run in parallel</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/60a5d65eade29adbbb16f22a333dab1ca2e99993"><code>60a5d65</code></a>
docs: explain partial coverage reports on generator expressions (<a
href="https://redirect.github.com/nedbat/coveragepy/issues/1789">#1789</a>)</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/07000185188b0090478ca75843f3076bc02ccb0a"><code>0700018</code></a>
docs: changelog for <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1788">#1788</a>
<a
href="https://redirect.github.com/nedbat/coveragepy/issues/1787">#1787</a>.
Thanks Liam DeVoe</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/364282ea7db7e9515299fe8f9cc5ad9523ea1820"><code>364282e</code></a>
fix: catch TokenError on parse (<a
href="https://redirect.github.com/nedbat/coveragepy/issues/1788">#1788</a>)</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/81089de4bfc3033b976316ac96012681ae2ec36f"><code>81089de</code></a>
fix: module docstrings are never counted as statements</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/96bd93071f9e6ce5e7fd5e5c41f234d302c8611b"><code>96bd930</code></a>
fix: rework exclusion parsing to fix <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1779">#1779</a></li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/75f9d51ca564bebeef4d0f143e7d966360d68c79"><code>75f9d51</code></a>
test(build): when running metacov, create json report</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.5.1...7.5.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.5.1&new-version=7.5.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>
  • Loading branch information
kai687 committed May 27, 2024
2 parents 817d571 + 94969b6 commit e5316d8
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5316d8

Please sign in to comment.