Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump coverage from 7.2.7 to 7.3.0 (#71)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.7 to 7.3.0. <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.3.0 — 2023-08-12</h2> <ul> <li> <p>Added a :meth:<code>.Coverage.collect</code> context manager to start and stop coverage data collection.</p> </li> <li> <p>Dropped support for Python 3.7.</p> </li> <li> <p>Fix: in unusual circumstances, SQLite cannot be set to asynchronous mode. Coverage.py would fail with the error <code>Safety level may not be changed inside a transaction.</code> This is now avoided, closing <code>issue 1646</code>_. Thanks to Michael Bell for the detailed bug report.</p> </li> <li> <p>Docs: examples of configuration files now include separate examples for the different syntaxes: .coveragerc, pyproject.toml, setup.cfg, and tox.ini.</p> </li> <li> <p>Fix: added <code>nosemgrep</code> comments to our JavaScript code so that semgrep-based SAST security checks won't raise false alarms about security problems that aren't problems.</p> </li> <li> <p>Added a CITATION.cff file, thanks to <code>Ken Schackart <pull 1641_></code>_.</p> </li> </ul> <p>.. _pull 1641: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1641">nedbat/coveragepy#1641</a> .. _issue 1646: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1646">nedbat/coveragepy#1646</a></p> <p>.. _changes_7-2-7:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/9c2f92483beabbbb9d0c714b1f00d08bf5f12656"><code>9c2f924</code></a> docs: sample HTML for 7.3.0</li> <li><a href="https://github.com/nedbat/coveragepy/commit/0421fdb200a24779ee0cd891ca1a8dcaea4779b1"><code>0421fdb</code></a> docs: prep for 7.3.0</li> <li><a href="https://github.com/nedbat/coveragepy/commit/f2aa871b575aee0b10b2ec8f407b3963ec06c793"><code>f2aa871</code></a> build: move pylint config into pyproject.toml</li> <li><a href="https://github.com/nedbat/coveragepy/commit/1873ccb8e96dfa0db95dbe253e2d075b7b42f07a"><code>1873ccb</code></a> docs: drop a bunch of badges</li> <li><a href="https://github.com/nedbat/coveragepy/commit/5937a62bd52da2bdd7ef0cbe5b6315690f39b97d"><code>5937a62</code></a> feat: cov.collect() context manager</li> <li><a href="https://github.com/nedbat/coveragepy/commit/da7ee52f47341732fddc8a779d5ec939bdec2bf8"><code>da7ee52</code></a> build(deps): bump sigstore/gh-action-sigstore-python from 2.0.0 to 2.0.1</li> <li><a href="https://github.com/nedbat/coveragepy/commit/d87f64aacd420b0c935a651c8deb6b5d6730bb95"><code>d87f64a</code></a> test: excluding NotImplementedError excluded too much</li> <li><a href="https://github.com/nedbat/coveragepy/commit/e51b1f747f3c9bbff10797991b18d1c3313ad3fa"><code>e51b1f7</code></a> test: ensure lines are properly ignored during metacov</li> <li><a href="https://github.com/nedbat/coveragepy/commit/b02de965ec19b8dd0203d60faef9fa1af6ced5a9"><code>b02de96</code></a> test(refactor): abstract method compatible with both pytest and mypy</li> <li><a href="https://github.com/nedbat/coveragepy/commit/ada3ade843bb0f03b0ca274698ea0f6e13bf1033"><code>ada3ade</code></a> test(build): PytestCollectionWarning should be an error</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.2.7...7.3.0">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=7.2.7&new-version=7.3.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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