Skip to content

Commit 614bc34

Browse files
dependabot[bot]acabarbayemonty-bot
authored
Update coverage requirement from 7.0.1 to 7.1.0 (#67)
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.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> <p>.. _Cython change: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1347">nedbat/coveragepy#1347</a> .. _issue 972: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/972">nedbat/coveragepy#972</a> .. _issue 1319: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1319">nedbat/coveragepy#1319</a> .. _issue 1538: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1538">nedbat/coveragepy#1538</a></p> <p>.. _changes_7-0-5:</p> <h2>Version 7.0.5 — 2023-01-10</h2> <ul> <li>Fix: On Python 3.7, a file with type annotations but no <code>from __future__ import annotations</code> would be missing statements in the coverage report. This is now fixed, closing <code>issue 1524</code>_.</li> </ul> <p>.. _issue 1524: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1524">nedbat/coveragepy#1524</a></p> <p>.. _changes_7-0-4:</p> <h2>Version 7.0.4 — 2023-01-07</h2> <ul> <li>Performance: an internal cache of file names was accidentally disabled, resulting in sometimes drastic reductions in performance. This is now fixed, closing <code>issue 1527</code>_. Thanks to Ivan Ciuvalschii for the reproducible test case.</li> </ul> <p>.. _issue 1527: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1527">nedbat/coveragepy#1527</a></p> <p>.. _changes_7-0-3:</p> <h2>Version 7.0.3 — 2023-01-03</h2> <ul> <li>Fix: when using pytest-cov or pytest-xdist, or perhaps both, the combining step could fail with <code>assert row is not None</code> using 7.0.2. This was due to</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/32fd81ebaf523c6c13626099349138791c414b80"><code>32fd81e</code></a> docs: sample HTML for 7.1.0</li> <li><a href="https://github.com/nedbat/coveragepy/commit/36712f4eb500b4b0db4ae7b152462ae49e326f0c"><code>36712f4</code></a> docs: prep for 7.1.0</li> <li><a href="https://github.com/nedbat/coveragepy/commit/4cc32922685c6971275f522304b3754ad1a233c1"><code>4cc3292</code></a> perf: avoid needless sql operations. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1538">#1538</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/674204fc958f30815fe482fe1ed36d01eb74c489"><code>674204f</code></a> test: more flexibility in setting a static context locally</li> <li><a href="https://github.com/nedbat/coveragepy/commit/61f6ee5c3b2f99a02c3b5988123e74e1d3dbc8ba"><code>61f6ee5</code></a> fix: make tracing messages easier to understand</li> <li><a href="https://github.com/nedbat/coveragepy/commit/e1ae48eccb45bd439f7f7a696b09f1a7bd565dea"><code>e1ae48e</code></a> test: more tests of debug output control</li> <li><a href="https://github.com/nedbat/coveragepy/commit/ff127f8cfb122680c3de289b98f30c36d2eda7fb"><code>ff127f8</code></a> build: igor tweaks for scriv start marker</li> <li><a href="https://github.com/nedbat/coveragepy/commit/5f65d87b14245d4523bc866a75a16b6c55a7ce70"><code>5f65d87</code></a> feat: the debug output file can be specified in the config file. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1319">#1319</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/c51ac463f07e31c87b20f50bd7e6445e4e4e83a2"><code>c51ac46</code></a> docs: explain how to use <code>--debug=trace</code></li> <li><a href="https://github.com/nedbat/coveragepy/commit/82c263814e57e1d790cbe1c00bd1c724b9ca8e3c"><code>82c2638</code></a> chore: make upgrade to get eventlet 0.33.3</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.0.1...7.1.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: Adrien CABARBAYE <[email protected]> Co-authored-by: Monty Bot <[email protected]>
1 parent fb034f1 commit 614bc34

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

news/20230125170456.bugfix

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

0 commit comments

Comments
 (0)