Skip to content

Commit c87a5e0

Browse files
Update coverage requirement from 7.1.0 to 7.2.0 (#72)
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.2.0 — 2023-02-22</h2> <ul> <li> <p>Added a new setting <code>[report] exclude_also</code> to let you add more exclusions without overwriting the defaults. Thanks, <code>Alpha Chen &lt;pull 1557_&gt;</code>_, closing <code>issue 1391_</code>.</p> </li> <li> <p>Added a :meth:<code>.CoverageData.purge_files</code> method to remove recorded data for a particular file. Contributed by <code>Stephan Deibel &lt;pull 1547_&gt;</code>_.</p> </li> <li> <p>Fix: when reporting commands fail, they will no longer congratulate themselves with messages like &quot;Wrote XML report to file.xml&quot; before spewing a traceback about their failure.</p> </li> <li> <p>Fix: arguments in the public API that name file paths now accept pathlib.Path objects. This includes the <code>data_file</code> and <code>config_file</code> arguments to the Coverage constructor and the <code>basename</code> argument to CoverageData. Closes <code>issue 1552</code>_.</p> </li> <li> <p>Fix: In some embedded environments, an IndexError could occur on stop() when the originating thread exits before completion. This is now fixed, thanks to <code>Russell Keith-Magee &lt;pull 1543_&gt;</code><em>, closing <code>issue 1542</code></em>.</p> </li> <li> <p>Added a <code>py.typed</code> file to announce our type-hintedness. Thanks, <code>KotlinIsland &lt;pull 1550_&gt;</code>_.</p> </li> </ul> <p>.. _issue 1391: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1391">nedbat/coveragepy#1391</a> .. _issue 1542: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1542">nedbat/coveragepy#1542</a> .. _pull 1543: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1543">nedbat/coveragepy#1543</a> .. _pull 1547: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1547">nedbat/coveragepy#1547</a> .. _pull 1550: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1550">nedbat/coveragepy#1550</a> .. _issue 1552: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1552">nedbat/coveragepy#1552</a> .. _pull 1557: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1557">nedbat/coveragepy#1557</a></p> <p>.. _changes_7-1-0:</p> <h2>Version 7.1.0 — 2023-01-24</h2> <ul> <li> <p>Added: the debug output file can now be specified with <code>[run] debug_file</code> in the configuration file. Closes <code>issue 1319</code>_.</p> </li> <li> <p>Performance: fixed a slowdown with dynamic contexts that's been around since 6.4.3. The fix closes <code>issue 1538</code><em>. Thankfully this doesn't break the <code>Cython change</code></em> that fixed <code>issue 972</code>_. Thanks to Mathieu Kniewallner for the deep investigative work and comprehensive issue report.</p> </li> <li> <p>Typing: all product and test code has type annotations.</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/b14e7f44f4107c310a98cf75dc229041549049d4"><code>b14e7f4</code></a> docs: latest sample html report</li> <li><a href="https://github.com/nedbat/coveragepy/commit/152890c710747bada1a146de47af77c1b1ee1b5e"><code>152890c</code></a> build: cog moved</li> <li><a href="https://github.com/nedbat/coveragepy/commit/65dcfc2e86680fd136f826b29f7b777f553755c4"><code>65dcfc2</code></a> docs: prep for 7.2.0</li> <li><a href="https://github.com/nedbat/coveragepy/commit/cc0c0ea4b2af02e8bf4c21f708afa6988e1b4fda"><code>cc0c0ea</code></a> docs: final paperwork for exclude_also <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1557">#1557</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/2a0e7bc17f932e33ef9c437760ae2f9f60b46390"><code>2a0e7bc</code></a> feat: add extend_exclude option</li> <li><a href="https://github.com/nedbat/coveragepy/commit/51f395dc29811cd7ab465c527a5a06514b0090b8"><code>51f395d</code></a> test: stricter regex to avoid false CodeQL alarms</li> <li><a href="https://github.com/nedbat/coveragepy/commit/545d8bc2ae37cf0d203ea3555547e35a4d34346e"><code>545d8bc</code></a> docs: better mastodon labels, and 3.12a5</li> <li><a href="https://github.com/nedbat/coveragepy/commit/946e0cfc562953a56bb13b144639b8dc194b43f8"><code>946e0cf</code></a> docs: bye twitter, hello mastodon</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9c40c3e838cb3f0d27aff3d2f5bb7e1a30226f0c"><code>9c40c3e</code></a> docs: keep track of an issue I wrote that this pin avoids</li> <li><a href="https://github.com/nedbat/coveragepy/commit/7887212bda71bd2e3181bd692d2f521428bbb6c0"><code>7887212</code></a> build: pin setuptools to avoid their version-checking bug</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.1.0...7.2.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot <[email protected]>
1 parent f5264b2 commit c87a5e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ verify_ssl = true
55

66
[dev-packages]
77
black = "*"
8-
coverage = "7.1.0"
8+
coverage = "7.2.0"
99
flake8-docstrings = "*"
1010
flake8-black = "*"
1111
flake8-copyright = "*"

news/20230223072638.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: coverage-7.2.0

0 commit comments

Comments
 (0)