dependabot[bot] opened a new pull request, #1834: URL: https://github.com/apache/libcloud/pull/1834
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.1 to 7.0.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 7.0.2 — 2023-01-02</h2> <ul> <li> <p>Fix: when using the <code>[run] relative_files = True</code> setting, a relative <code>[paths]</code> pattern was still being made absolute. This is now fixed, closing <code>issue 1519</code>_.</p> </li> <li> <p>Fix: if Python doesn't provide tomllib, then TOML configuration files can only be read if coverage.py is installed with the <code>[toml]</code> extra. Coverage.py will raise an error if TOML support is not installed when it sees your settings are in a .toml file. But it didn't understand that <code>[tools.coverage]</code> was a valid section header, so the error wasn't reported if you used that header, and settings were silently ignored. This is now fixed, closing <code>issue 1516</code>_.</p> </li> <li> <p>Fix: adjusted how decorators are traced on PyPy 7.3.10, fixing <code>issue 1515</code>_.</p> </li> <li> <p>Fix: the <code>coverage lcov</code> report did not properly implement the <code>--fail-under=MIN</code> option. This has been fixed.</p> </li> <li> <p>Refactor: added many type annotations, including a number of refactorings. This should not affect outward behavior, but they were a bit invasive in some places, so keep your eyes peeled for oddities.</p> </li> <li> <p>Refactor: removed the vestigial and long untested support for Jython and IronPython.</p> </li> </ul> <p>.. _issue 1515: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1515">nedbat/coveragepy#1515</a> .. _issue 1516: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1516">nedbat/coveragepy#1516</a> .. _issue 1519: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1519">nedbat/coveragepy#1519</a></p> <p>.. _changes_7-0-1:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/2f731e27c227512594b0378820a42503486ca2d5"><code>2f731e2</code></a> docs: sample HTML</li> <li><a href="https://github.com/nedbat/coveragepy/commit/dbbd5b73237c75a14f7430e75412b577f4d8f4ed"><code>dbbd5b7</code></a> docs: prep for 7.0.2</li> <li><a href="https://github.com/nedbat/coveragepy/commit/d08e6d08cb01d07209bcc5a96807e48eeb593ed9"><code>d08e6d0</code></a> fix: relative_files should keep relative path maps. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1519">#1519</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/3f0bce2f5f4658bfa1d9cd6ddb2f6d7e520897e8"><code>3f0bce2</code></a> mypy: partial debug.py and pytracer.py</li> <li><a href="https://github.com/nedbat/coveragepy/commit/ffc701a47a9a6285d3a65cad893e514f5db39a54"><code>ffc701a</code></a> mypy: test_xml.py</li> <li><a href="https://github.com/nedbat/coveragepy/commit/5580cf8a97841f0a385ebd048aa389f942d316f5"><code>5580cf8</code></a> mypy: xmlreport.py</li> <li><a href="https://github.com/nedbat/coveragepy/commit/0c9b5e0e9da9c2cffd50db7b28142d22d0f66cee"><code>0c9b5e0</code></a> mypy: check collector.py and plugin_support.py</li> <li><a href="https://github.com/nedbat/coveragepy/commit/8f4d404c8f9044ea1c3bf2479236f51d7706cb76"><code>8f4d404</code></a> refactor: a better way to filter <code>coverage debug pybehave</code></li> <li><a href="https://github.com/nedbat/coveragepy/commit/a3f3841b746a1789ff8f7fea0cc0715c45770996"><code>a3f3841</code></a> mypy: add cmdline.py and test_cmdline.py</li> <li><a href="https://github.com/nedbat/coveragepy/commit/09f9188e826f900198d638ee3c42b27bca29597d"><code>09f9188</code></a> mypy: add env.py</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.0.1...7.0.2">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
