Skip to content

Commit 0256188

Browse files
chore(deps-dev): bump coverage from 6.0.2 to 6.1.2 (#810)
[//]: # (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) Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.0.2 to 6.1.2. <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 6.1.2 — 2021-11-10</h2> <ul> <li> <p>Python 3.11 is supported (tested with 3.11.0a2). One still-open issue has to do with <code>exits through with-statements &lt;issue 1270_&gt;</code>_.</p> </li> <li> <p>Fix: When remapping file paths through the <code>[paths]</code> setting while combining, the <code>[run] relative_files</code> setting was ignored, resulting in absolute paths for remapped file names (<code>issue 1147</code>_). This is now fixed.</p> </li> <li> <p>Fix: Complex conditionals over excluded lines could have incorrectly reported a missing branch (<code>issue 1271</code>_). This is now fixed.</p> </li> <li> <p>Fix: More exceptions are now handled when trying to parse source files for reporting. Problems that used to terminate coverage.py can now be handled with <code>[report] ignore_errors</code>. This helps with plugins failing to read files (<code>django_coverage_plugin issue 78</code>_).</p> </li> <li> <p>Fix: Removed another vestige of jQuery from the source tarball (<code>issue 840</code>_).</p> </li> <li> <p>Fix: Added a default value for a new-to-6.x argument of an internal class. This unsupported class is being used by coveralls (<code>issue 1273</code>_). Although I'd rather not &quot;fix&quot; unsupported interfaces, it's actually nicer with a default value.</p> </li> </ul> <p>.. _django_coverage_plugin issue 78: <a href="https://github-redirect.dependabot.com/nedbat/django_coverage_plugin/issues/78">nedbat/django_coverage_plugin#78</a> .. _issue 1147: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1147">nedbat/coveragepy#1147</a> .. _issue 1270: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1270">nedbat/coveragepy#1270</a> .. _issue 1271: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1271">nedbat/coveragepy#1271</a> .. _issue 1273: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1273">nedbat/coveragepy#1273</a></p> <p>.. _changes_611:</p> <h2>Version 6.1.1 — 2021-10-31</h2> <ul> <li> <p>Fix: The sticky header on the HTML report didn't work unless you had branch coverage enabled. This is now fixed: the sticky header works for everyone. (Do people still use coverage without branch measurement!? j/k)</p> </li> <li> <p>Fix: When using explicitly declared namespace packages, the &quot;already imported a file that will be measured&quot; warning would be issued (<code>issue 888</code>_). This is now fixed.</p> </li> </ul> <p>.. _issue 888: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/888">nedbat/coveragepy#888</a></p> <p>.. _changes_61:</p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/2078c2f671e924e09c76d4cd80002081786afce6"><code>2078c2f</code></a> docs: sample HTML report for 6.1.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/e403155d504142164f97fa4c66f969f36b0dbd1f"><code>e403155</code></a> docs: update the man page with --quiet</li> <li><a href="https://github.com/nedbat/coveragepy/commit/27426bfad65ad64b1a14ee1b96e603abb6607be4"><code>27426bf</code></a> build: prep for 6.1.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9765493020e6292599e272978a25935dd4d0fa88"><code>9765493</code></a> fix: CPython 3.11 support. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1241">#1241</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/dfa97742b62f83b5c892e5de78a3ef1a97ee8a27"><code>dfa9774</code></a> style: make these macros more bullet-proof</li> <li><a href="https://github.com/nedbat/coveragepy/commit/f3a70c951e838e3cfab706b9a2d0459d783e5a4f"><code>f3a70c9</code></a> fix: warn about more source file problems</li> <li><a href="https://github.com/nedbat/coveragepy/commit/23f567f3fe31b50d87e79e3c24a29aa888cc2872"><code>23f567f</code></a> build: use this setup.py command because it shows compiler errors that might ...</li> <li><a href="https://github.com/nedbat/coveragepy/commit/049844aba83cd8bfcb0f3de5a322d5151e6907f1"><code>049844a</code></a> docs: fix typo in source docs (<a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1275">#1275</a>)</li> <li><a href="https://github.com/nedbat/coveragepy/commit/d58e136066798d5c613c099e1ee6f77126a84f9e"><code>d58e136</code></a> build: one pypy wheel to rule them all</li> <li><a href="https://github.com/nedbat/coveragepy/commit/2afc907abac4fe413ac53e6854d433e1c03bf720"><code>2afc907</code></a> refactor(test): convert eight tests to one parametrized test</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/6.0.2...6.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverage&package-manager=pip&previous-version=6.0.2&new-version=6.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
1 parent e35b94e commit 0256188

File tree

2 files changed

+50
-36
lines changed

2 files changed

+50
-36
lines changed

poetry.lock

+49-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pydantic = {version = "^1.8.2", optional = true }
2929
email-validator = {version = "*", optional = true }
3030

3131
[tool.poetry.dev-dependencies]
32-
coverage = {extras = ["toml"], version = "^6.0"}
32+
coverage = {extras = ["toml"], version = "^6.1"}
3333
pytest = "^6.2.5"
3434
black = "^21.10.b0"
3535
flake8 = "^3.9.0"

0 commit comments

Comments
 (0)