Skip to content

Commit a3c6fe2

Browse files
Update coverage requirement from 7.0.0 to 7.0.1 (#65)
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.0.1 — 2022-12-23</h2> <ul> <li> <p>When checking if a file mapping resolved to a file that exists, we weren't considering files in .whl files. This is now fixed, closing <code>issue 1511</code>_.</p> </li> <li> <p>File pattern rules were too strict, forbidding plus signs and curly braces in directory and file names. This is now fixed, closing <code>issue 1513</code>_.</p> </li> <li> <p>Unusual Unicode or control characters in source files could prevent reporting. This is now fixed, closing <code>issue 1512</code>_.</p> </li> <li> <p>The PyPy wheel now installs on PyPy 3.7, 3.8, and 3.9, closing <code>issue 1510</code>_.</p> </li> </ul> <p>.. _issue 1510: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1510">nedbat/coveragepy#1510</a> .. _issue 1511: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1511">nedbat/coveragepy#1511</a> .. _issue 1512: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1512">nedbat/coveragepy#1512</a> .. _issue 1513: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1513">nedbat/coveragepy#1513</a></p> <p>.. _changes_7-0-0:</p> <h2>Version 7.0.0 — 2022-12-18</h2> <p>Nothing new beyond 7.0.0b1.</p> <p>.. _changes_7-0-0b1:</p> <h2>Version 7.0.0b1 — 2022-12-03</h2> <p>A number of changes have been made to file path handling, including pattern matching and path remapping with the <code>[paths]</code> setting (see :ref:<code>config_paths</code>). These changes might affect you, and require you to update your settings.</p> <p>(This release includes the changes from <code>6.6.0b1 &lt;changes_6-6-0b1_&gt;</code>_, since 6.6.0 was never released.)</p> <ul> <li> <p>Changes to file pattern matching, which might require updating your configuration:</p> <ul> <li> <p>Previously, <code>*</code> would incorrectly match directory separators, making precise matching difficult. This is now fixed, closing <code>issue 1407</code>_.</p> </li> <li> <p>Now <code>**</code> matches any number of nested directories, including none.</p> </li> </ul> </li> <li> <p>Improvements to combining data files when using the</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/c5cda3aaf4ff6fe11a5b4120c05a73881246b58d"><code>c5cda3a</code></a> docs: releases take a little bit longer now</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9d4226e9916595eaa4ffd48c6508d7be430ea28c"><code>9d4226e</code></a> docs: latest sample HTML report</li> <li><a href="https://github.com/nedbat/coveragepy/commit/8c777582776dcb152bece59c4f3076319503069f"><code>8c77758</code></a> docs: prep for 7.0.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/da1b282d3b39a6232e4cb798838389f7b16a0795"><code>da1b282</code></a> fix: also look into .whl files for source</li> <li><a href="https://github.com/nedbat/coveragepy/commit/d327a70d9b81833c0ce22f2046b1d93892c1e72d"><code>d327a70</code></a> fix: more information when mapping rules aren't working right.</li> <li><a href="https://github.com/nedbat/coveragepy/commit/35e249ff74cfcbc44889107cfcca785696dc4288"><code>35e249f</code></a> fix: certain strange characters caused reporting to fail. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1512">#1512</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/152cdc7a2b654b16fb572856d03097580e06e127"><code>152cdc7</code></a> fix: don't forbid plus signs in file names. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1513">#1513</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/31513b4b0559fdc7578aa1a30e048b928dc46188"><code>31513b4</code></a> chore: make upgrade</li> <li><a href="https://github.com/nedbat/coveragepy/commit/873b05997520bc27a28e63dd5654f5a9429afdb4"><code>873b059</code></a> test: don't run tests on Windows PyPy-3.9</li> <li><a href="https://github.com/nedbat/coveragepy/commit/5c5caa2489bb939b4bbc2af474384f82a5da6407"><code>5c5caa2</code></a> build: PyPy wheel now installs on 3.7, 3.8, and 3.9. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1510">#1510</a></li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.0.0...7.0.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 02b5d53 commit a3c6fe2

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

news/20221226071741.bugfix

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

0 commit comments

Comments
 (0)