Skip to content

Commit c3e38b2

Browse files
Update coverage[toml] requirement from ~=7.13.4 to >=7.13.4,<7.15.0 (#289)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Updates the requirements on [coverage[toml]](https://github.com/coveragepy/coveragepy) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coveragepy/coveragepy/releases">coverage[toml]'s releases</a>.</em></p> <blockquote> <h2>7.14.1</h2> <h2>Version 7.14.1 — 2026-05-26</h2> <ul> <li>Fix: the HTML report used typographic niceties to make file paths more readable by adding a small amount of space around slashes. Those spaces interfered with searching the page for file paths of interest. Now the report uses CSS to accomplish the same visual tweak so that searches with slashes work correctly. Closes <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2170">issue 2170</a>.</li> <li><a href="https://mastodon.social/@hugovk/116588523571204490">Add a 3.16 PyPI classifier</a> since we test on the 3.16 main branch.</li> </ul> <p>:arrow_right:  PyPI page: <a href="https://pypi.org/project/coverage/7.14.1">coverage 7.14.1</a>. :arrow_right:  To install: <code>python3 -m pip install coverage==7.14.1</code></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst">coverage[toml]'s changelog</a>.</em></p> <blockquote> <h2>Version 7.14.1 — 2026-05-26</h2> <ul> <li> <p>Fix: the HTML report used typographic niceties to make file paths more readable by adding a small amount of space around slashes. Those spaces interfered with searching the page for file paths of interest. Now the report uses CSS to accomplish the same visual tweak so that searches with slashes work correctly. Closes <code>issue 2170</code>_.</p> </li> <li> <p><code>Add a 3.16 PyPI classifier &lt;hugo-316_&gt;</code>_ since we test on the 3.16 main branch.</p> </li> </ul> <p>.. _issue 2170: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2170">coveragepy/coveragepy#2170</a> .. _hugo-316: <a href="https://mastodon.social/@hugovk/116588523571204490">https://mastodon.social/@​hugovk/116588523571204490</a></p> <p>.. _changes_7-14-0:</p> <h2>Version 7.14.0 — 2026-05-10</h2> <ul> <li> <p>Feature: now when running one of the reporting commands, if there are parallel data files that need combining, they will be implicitly combined before creating the report. There is no option to avoid the combination; let us know if you have a use case that requires it. Thanks, <code>Tim Hatch &lt;pull 2162_&gt;</code><em>. Closes <code>issue 1781</code></em>.</p> </li> <li> <p>Fix: the output from <code>combine</code> was too verbose, listing each file considered. Now it shows a single line with the counts of files combined, files skipped, and files with errors. The <code>-q</code> flag suppresses this line. The old detailed lines are available with the new <code>--debug=combine</code> option.</p> </li> <li> <p>Fix: running a Python file through a symlink now sets the sys.path correctly, matching regular Python behavior. Fixes <code>issue 2157</code>_.</p> </li> <li> <p>Fix: <code>Collector.flush_data</code> could fail with &quot;RuntimeError: Set changed size during iteration&quot; when a tracer in another thread added a line to the per-file set that <code>add_lines</code> (or <code>add_arcs</code>) was iterating. The values passed to <code>CoverageData</code> are now snapshotted via <code>dict.copy()</code> and <code>set.copy()</code>, which are atomic under the GIL. Thanks, <code>Alex Vandiver &lt;pull 2165_&gt;</code>_.</p> </li> <li> <p>Fix: the soft keyword <code>lazy</code> is now bolded in HTML reports.</p> </li> <li> <p>We are no longer testing eventlet support. Eventlet started issuing stern deprecation warnings that break our tests. Our support code is still there.</p> </li> </ul> <p>.. _issue 1781: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/1781">coveragepy/coveragepy#1781</a> .. _issue 2157: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2157">coveragepy/coveragepy#2157</a> .. _pull 2162: <a href="https://redirect.github.com/coveragepy/coveragepy/pull/2162">coveragepy/coveragepy#2162</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coveragepy/coveragepy/commit/64d9b66fd852c1920ffe6cb8b58d7e4fdae90226"><code>64d9b66</code></a> docs: correct the date for 7.14.1</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/6fa7dd44c25e1a660252faaf030dd8f2f1e20861"><code>6fa7dd4</code></a> chore: bump actions/dependency-review-action (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2181">#2181</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/078afae263597b004eb9a85d880b6a65008e75ed"><code>078afae</code></a> docs: sample HTML for 7.14.1</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/cb4f028a36e008b664739d04f387b90ee5105044"><code>cb4f028</code></a> docs: prep for 7.14.1</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/ae2d09f562271c6169534e1c242d015dd0823dda"><code>ae2d09f</code></a> Merge branch 'nedbat/classifire-316-kits'</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/2c3568b2e041f2c0dbbc8eaa3919d46ee891b743"><code>2c3568b</code></a> build: declare 3.16 compatibility</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/faa68f8601cf098701b68976dbb73b9fc23c9297"><code>faa68f8</code></a> chore: bump github/codeql-action in the action-dependencies group (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2173">#2173</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/eb55feedf54b363e3d0b678f20abf3bfd3551a88"><code>eb55fee</code></a> test: we don't need PyPy &lt; 7.3.22 anymore</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/ac168fe53c04cdb2ff5231c0c4e5045021ee339b"><code>ac168fe</code></a> test: the text summary should show missing</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/fed4bd2db3c1cb2916a07791041da693fbf8e996"><code>fed4bd2</code></a> chore: upgrade virtualenv</li> <li>Additional commits viewable in <a href="https://github.com/coveragepy/coveragepy/compare/7.13.4...7.14.1">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 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> Co-authored-by: Andrew Snare <andrew.snare@databricks.com>
1 parent 4eb7cc0 commit c3e38b2

2 files changed

Lines changed: 1102 additions & 1145 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ lint = [
8383
"ruff~=0.15.17",
8484
]
8585
test = [
86-
"coverage[toml]~=7.13.4",
86+
"coverage[toml]~=7.14.1",
8787
"pytest-cov~=7.1.0",
8888
"pytest-mock~=3.15.1",
8989
"pytest-timeout~=2.4.0",

0 commit comments

Comments
 (0)