Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump coverage from 6.0 to 6.0.1 (#751)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.0 to 6.0.1. <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.0.1 --- 2021-10-06</h2> <ul> <li> <p>In 6.0, the coverage.py exceptions moved from coverage.misc to coverage.exceptions. These exceptions are not part of the public supported API, CoverageException is. But a number of other third-party packages were importing the exceptions from coverage.misc, so they are now available from there again (<code>issue 1226</code>_).</p> </li> <li> <p>Changed an internal detail of how tomli is imported, so that tomli can use coverage.py for their own test suite (<code>issue 1228</code>_).</p> </li> <li> <p>Defend against an obscure possibility under code obfuscation, where a function can have an argument called "self", but no local named "self" (<code>pull request 1210</code>_). Thanks, Ben Carlsson.</p> </li> </ul> <p>.. _pull request 1210: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1210">nedbat/coveragepy#1210</a> .. _issue 1226: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1226">nedbat/coveragepy#1226</a> .. _issue 1228: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1228">nedbat/coveragepy#1228</a></p> <p>.. _changes_60:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/78a9c68a969465cd7197c40405bf6b90d4767c34"><code>78a9c68</code></a> build: prep for 6.0.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/72200e21e58bf358884a28e77f6169a04b206f0f"><code>72200e2</code></a> docs: this document isn't in a toc, and that's ok</li> <li><a href="https://github.com/nedbat/coveragepy/commit/a309f08287e3bc3f50e2c97feaa44e6b2523d355"><code>a309f08</code></a> fix: make exceptions importable from coverage.misc again. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1226">#1226</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/f33b733e92a2422d64cb7f4ba2a64898e1e4f336"><code>f33b733</code></a> docs: note <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1210">#1210</a> in the changelog</li> <li><a href="https://github.com/nedbat/coveragepy/commit/19545b7d78fb91a82088517681e20cf4ffcd8c63"><code>19545b7</code></a> Fix an incompatibility with pyarmor</li> <li><a href="https://github.com/nedbat/coveragepy/commit/613446ca9da592c6925329b869b9ef785d83f76e"><code>613446c</code></a> fix: pretend we didn't import third-party packages we use. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1228">#1228</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/62116801c3ae2f7bfc6302836e46bdfac681c1a5"><code>6211680</code></a> build: 3.10.0 is out</li> <li><a href="https://github.com/nedbat/coveragepy/commit/fb21f8e8f33e9737b2e7f237d203773cda1c6567"><code>fb21f8e</code></a> docs: the 5.0 change summary shouldn't be so prominent anymore</li> <li><a href="https://github.com/nedbat/coveragepy/commit/a5da277a8653ecaf5fdc905f67b6503732e7dba7"><code>a5da277</code></a> build: bump version</li> <li>See full diff in <a href="https://github.com/nedbat/coveragepy/compare/6.0...6.0.1">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&new-version=6.0.1)](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>
- Loading branch information