Skip to content

Commit

Permalink
chore(deps-dev): update coverage requirement from 7.5.1 to 7.5.3 (#626)
Browse files Browse the repository at this point in the history
Updates the requirements on
[coverage](https://github.com/nedbat/coveragepy) to permit the latest
version.
<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.3 — 2024-05-28</h2>
<ul>
<li>
<p>Performance improvements for combining data files, especially when
measuring
line coverage. A few different quadratic behaviors were eliminated. In
one
extreme case of combining 700+ data files, the time dropped from more
than
three hours to seven minutes. Thanks for Kraken Tech for funding the
fix.</p>
</li>
<li>
<p>Performance improvements for generating HTML reports, with a side
benefit of
reducing memory use, closing <code>issue 1791</code>_. Thanks to Daniel
Diniz for
helping to diagnose the problem.</p>
</li>
</ul>
<p>.. _issue 1791: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1791">nedbat/coveragepy#1791</a></p>
<p>.. _changes_7-5-2:</p>
<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>
<h2>Version 7.5.1 — 2024-05-04</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/f310d7e65d6d153f7e5abddccf63582ce35b66f3"><code>f310d7e</code></a>
docs: sample HTML for 7.5.3</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a51d52fe36b20f83de21a5a3b8a568308e08e9b1"><code>a51d52f</code></a>
docs: prep for 7.5.3</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/b666f3af275aa499e3e9811bfb09a081dded7513"><code>b666f3a</code></a>
perf: it's faster in all versions if we don't cache tokenize <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1791">#1791</a></li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a2b49290af1c5976bd0deb4ca5f7bbc2e858b7fe"><code>a2b4929</code></a>
docs: changelog entry for <code>combine</code> performance
improvements</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/b9aff50de98eb9789b6e592a9e8e01adf287fd16"><code>b9aff50</code></a>
perf: don't read full line_bits table each time</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/c45ebac1b83656bfdd92d6675f08fa33627785e6"><code>c45ebac</code></a>
perf: cache alias mapping</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/390cb97233c6ec8861de44e030fefc34af1db886"><code>390cb97</code></a>
perf: avoid quadratic behavior when combining line coverage</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/d3caf539a799ca39dbbf9eba75e68e84ecef1a97"><code>d3caf53</code></a>
docs(build): tweaks to howto</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/909e887b693befb4b84cb3cbcdd4c93f04294564"><code>909e887</code></a>
build: bump version</li>
<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>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.5.1...7.5.3">compare
view</a></li>
</ul>
</details>
<br />


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 Jun 2, 2024
1 parent 05fb5b1 commit e5ae7a7
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 @@ -82,7 +82,7 @@ xml-validation = ["lxml"]

[tool.poetry.group.dev.dependencies]
ddt = "1.7.2"
coverage = "7.5.1"
coverage = "7.5.3"
flake8 = { version="7.0.0", python=">=3.8.1" }
flake8-annotations = { version="3.1.1", python=">=3.8.1" }
flake8-bugbear = { version="24.4.26", python=">=3.8.1" }
Expand Down

0 comments on commit e5ae7a7

Please sign in to comment.