Skip to content

Commit

Permalink
Bump coverage from 7.5.2 to 7.5.3 (#30)
Browse files Browse the repository at this point in the history
Summary:
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>

Pull Request resolved: #30

Reviewed By: thereversiblewheel

Differential Revision: D57914606

Pulled By: yhcharles

fbshipit-source-id: a4dc071b1f92e0d76e5c8e85793e7f280fbef586
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed May 29, 2024
1 parent a79390e commit ccbfad4
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.2",
"coverage==7.5.3",
"flit==3.9.0",
]

Expand Down

0 comments on commit ccbfad4

Please sign in to comment.