Skip to content

Commit

Permalink
Bump coverage from 7.5.2 to 7.5.3 (#8428)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.2 to
7.5.3.
<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>
</blockquote>
</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>See full diff in <a
href="https://github.com/nedbat/coveragepy/compare/7.5.2...7.5.3">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.2&new-version=7.5.3)](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] authored May 29, 2024
1 parent f8daef6 commit 25e3e41
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 @@ -56,7 +56,7 @@ click==8.0.3
# towncrier
# typer
# wait-for-it
coverage==7.5.2
coverage==7.5.3
# 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 @@ -54,7 +54,7 @@ click==8.1.6
# towncrier
# typer
# wait-for-it
coverage==7.5.2
coverage==7.5.3
# 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 @@ -30,7 +30,7 @@ click==8.1.6
# via
# typer
# wait-for-it
coverage==7.5.2
coverage==7.5.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 25e3e41

Please sign in to comment.