Skip to content

Commit

Permalink
chore(deps-dev): update coverage requirement from 7.4.4 to 7.5.0 (#605)
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.0 — 2024-04-23</h2>
<ul>
<li>
<p>Added initial support for function and class reporting in the HTML
report.
There are now three index pages which link to each other: files,
functions,
and classes. Other reports don't yet have this information, but it will
be
added in the future where it makes sense.  Feedback gladly accepted!
Finishes <code>issue 780</code>_.</p>
</li>
<li>
<p>Other HTML report improvements:</p>
<ul>
<li>
<p>There is now a &quot;hide covered&quot; checkbox to filter out 100%
files, finishing
<code>issue 1384</code>_.</p>
</li>
<li>
<p>The index page is always sorted by one of its columns, with clearer
indications of the sorting.</p>
</li>
<li>
<p>The &quot;previous file&quot; shortcut key didn't work on the index
page, but now it
does, fixing <code>issue 1765</code>_.</p>
</li>
</ul>
</li>
<li>
<p>The debug output showing which configuration files were tried now
shows
absolute paths to help diagnose problems where settings aren't taking
effect,
and is renamed from &quot;attempted_config_files&quot; to the more
logical
&quot;config_files_attempted.&quot;</p>
</li>
<li>
<p>Python 3.13.0a6 is supported.</p>
</li>
</ul>
<p>.. _issue 780: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/780">nedbat/coveragepy#780</a>
.. _issue 1384: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1384">nedbat/coveragepy#1384</a>
.. _issue 1765: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1765">nedbat/coveragepy#1765</a></p>
<p>.. _changes_7-4-4:</p>
<h2>Version 7.4.4 — 2024-03-14</h2>
<ul>
<li>
<p>Fix: in some cases, even with <code>[run] relative_files=True</code>,
a data file
could be created with absolute path names. When combined with other
relative
data files, it was random whether the absolute file names would be made
relative or not. If they weren't, then a file would be listed twice in
reports, as detailed in <code>issue 1752</code>_. This is now fixed:
absolute file
names are always made relative when combining. Thanks to Bruno Rodrigues
dos
Santos for support.</p>
</li>
<li>
<p>Fix: the last case of a match/case statement had an incorrect message
if the
branch was missed.  It said the pattern never matched, when actually the
branch is missed if the last case always matched.</p>
</li>
<li>
<p>Fix: clicking a line number in the HTML report now positions more
accurately.</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/5f4e0348da6b51bcc6171685081062f9565ec1cc"><code>5f4e034</code></a>
docs: sample HTML for 7.5.0</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/ed97cfb375dc9a7ecb6b2f9c5e513f29b9286646"><code>ed97cfb</code></a>
docs: prep for 7.5.0</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/41e01d3ef0f98ec256173fd1864488cc72ab6f73"><code>41e01d3</code></a>
build: use macos 13 for 3.8 and 3.9 while GitHub rolls out macos 14</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/583f0c0deb0c0f232019521ad574ce24a61d66dc"><code>583f0c0</code></a>
test: add a test for skipping covered functions</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/b115ed34fcf65bdf444e4d79fc15a9a987aad24d"><code>b115ed3</code></a>
refactor: keep Analysis private</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/40a052e2fa31496e52347d880657a552ce2d642c"><code>40a052e</code></a>
docs: document CodeRegion and its plugin methods</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/2ff9933ee74a8d8048968fef9cdec68ba372b4dc"><code>2ff9933</code></a>
docs: remove comment that now explains nothing.</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a6ba1c8ea6f780d8d351a237d47aff9d396ccb48"><code>a6ba1c8</code></a>
fix: html report pages fully validate</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/74c87a821b8db7f0dc131e42756d58f3a7abc784"><code>74c87a8</code></a>
fix: previous page shortcut works in index page. <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1765">#1765</a></li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/e016967ca656414f8372f3de6cab648a2b0778ae"><code>e016967</code></a>
feat: main index page links to other index pages</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.4.4...7.5.0">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 Apr 28, 2024
1 parent e64258d commit 1257861
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.4.4"
coverage = "7.5.0"
flake8 = { version="7.0.0", python=">=3.8.1" }
flake8-annotations = { version="3.0.1", python=">=3.8.1" }
flake8-bugbear = { version="24.4.26", python=">=3.8.1" }
Expand Down

0 comments on commit 1257861

Please sign in to comment.