Skip to content

Commit

Permalink
chore(deps-dev): update coverage requirement from 7.5.3 to 7.5.4 (#641)
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.4 — 2024-06-22</h2>
<ul>
<li>
<p>If you attempt to combine statement coverage data with branch
coverage data,
coverage.py used to fail with the message &quot;Can't combine arc data
with line
data&quot; or its reverse, &quot;Can't combine line data with arc
data.&quot; These
messages used internal terminology, making it hard for people to
understand
the problem. They are now changed to mention &quot;branch coverage
data&quot; and
&quot;statement coverage data.&quot;</p>
</li>
<li>
<p>Fixed a minor branch coverage problem with wildcard match/case cases
using
names or guard clauses.</p>
</li>
<li>
<p>Started testing on 3.13 free-threading (nogil) builds of Python. I'm
not
claiming full support yet.  Closes <code>issue 1799</code>_.</p>
</li>
</ul>
<p>.. _issue 1799: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1799">nedbat/coveragepy#1799</a></p>
<p>.. _changes_7-5-3:</p>
<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>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/22c09c67ff321835a79e00fa234086b216e3d8d0"><code>22c09c6</code></a>
docs: sample HTML for 7.5.4</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/9e16381103085fd10bedb290f93a5ae64cbbc586"><code>9e16381</code></a>
docs: prep for 7.5.4</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/fba9b9e39264661b6c145ffebcff36a1a96c1598"><code>fba9b9e</code></a>
docs: link issue 1799 from the changelog</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/f124de87bfbd8575a06c6a9eeb332f3375ad2441"><code>f124de8</code></a>
build: no longer download kits to upload them</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/9516cf6ba29089895dc2cf32e12170605aec55ef"><code>9516cf6</code></a>
build: hash-pin all actions</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/c6e0985d1a37f9e0d587ed35bdfa66a3f14aeb17"><code>c6e0985</code></a>
build: finish up the publish action</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/4a49458c61dbadb359cbb6d7a99bb87af1b7ddaf"><code>4a49458</code></a>
build: get the latest dist run id for publishing</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/fb15efad3ea08c32391a7265bb60b7f3110c3cc1"><code>fb15efa</code></a>
build: pin hashes for publishing actions</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/c20af957ee1d6af7a17b6c062a2771354164bf3f"><code>c20af95</code></a>
build: use the correct item: github.event.action</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/ccbab1529dd22de80e2c7ef4327c3288e265e2de"><code>ccbab15</code></a>
build: dump all the github actions data</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.5.3...7.5.4">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] authored Jun 30, 2024
1 parent 78f175c commit 4a301d1
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.3"
coverage = "7.5.4"
flake8 = { version="7.1.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 4a301d1

Please sign in to comment.