Skip to content

Commit 52febee

Browse files
Update coverage requirement from 7.1.0 to 7.2.1 (#74)
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.1 — 2023-02-26</h2> <ul> <li> <p>Fix: the PyPI page had broken links to documentation pages, but no longer does, closing <code>issue 1566</code>_.</p> </li> <li> <p>Fix: public members of the coverage module are now properly indicated so that mypy will find them, fixing <code>issue 1564</code>_.</p> </li> </ul> <p>.. _issue 1564: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1564">nedbat/coveragepy#1564</a> .. _issue 1566: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1566">nedbat/coveragepy#1566</a></p> <p>.. _changes_7-2-0:</p> <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><em>, closing <code>issue 1391</code></em>.</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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/9fcf1d66771fd20e5b6848485730f13bc87bb756"><code>9fcf1d6</code></a> docs: sample html for 7.2.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/795a56adfc80db88b7a9a6a4ed1f70417be08dda"><code>795a56a</code></a> docs: prep for 7.2.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/fe807db35e6efbfb1df359dec162891df1e56f81"><code>fe807db</code></a> docs: build steps need to make a release-prep branch sooner</li> <li><a href="https://github.com/nedbat/coveragepy/commit/c3a3421721788d863012330bc0789b828ce4bcd0"><code>c3a3421</code></a> fix: export our public names for type checking. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1564">#1564</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/f217d0dbf14567ba5ecdc0108cb29b0c4164b1a4"><code>f217d0d</code></a> refactor: remove unneeded pydoc weirdness</li> <li><a href="https://github.com/nedbat/coveragepy/commit/857833e9e901e667f2f3ae419282f8e1a1dd0b6c"><code>857833e</code></a> fix: always use full-version rtfd links <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1566">#1566</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/2f81370c7258164249d553250966fb501916a78b"><code>2f81370</code></a> fix(docs): wrong link syntax</li> <li><a href="https://github.com/nedbat/coveragepy/commit/808daea0e900509a49dbfd4fa00e21140ec1e787"><code>808daea</code></a> chore: make upgrade</li> <li><a href="https://github.com/nedbat/coveragepy/commit/e2e9d6ebe70ba3e56b7089fc63c6a1173275e666"><code>e2e9d6e</code></a> build: bump version</li> <li><a href="https://github.com/nedbat/coveragepy/commit/b14e7f44f4107c310a98cf75dc229041549049d4"><code>b14e7f4</code></a> docs: latest sample html report</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.1.0...7.2.1">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 b0ff18d commit 52febee

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.2.0"
8+
coverage = "7.2.1"
99
flake8-docstrings = "*"
1010
flake8-black = "*"
1111
flake8-copyright = "*"

news/20230301081045.bugfix

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

0 commit comments

Comments
 (0)