dependabot[bot] opened a new pull request, #6944: URL: https://github.com/apache/iceberg/pull/6944
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.1.0 to 7.2.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.2.0 — 2023-02-22</h2> <ul> <li> <p>Added a new setting <code>[report] exclude_also</code> to let you add more exclusions without overwriting the defaults. Thanks, <code>Alpha Chen <pull 1557_></code><em>, closing <code>issue 1391</code></em>.</p> </li> <li> <p>Added a :meth:<code>.CoverageData.purge_files</code> method to remove recorded data for a particular file. Contributed by <code>Stephan Deibel <pull 1547_></code>_.</p> </li> <li> <p>Fix: when reporting commands fail, they will no longer congratulate themselves with messages like "Wrote XML report to file.xml" before spewing a traceback about their failure.</p> </li> <li> <p>Fix: arguments in the public API that name file paths now accept pathlib.Path objects. This includes the <code>data_file</code> and <code>config_file</code> arguments to the Coverage constructor and the <code>basename</code> argument to CoverageData. Closes <code>issue 1552</code>_.</p> </li> <li> <p>Fix: In some embedded environments, an IndexError could occur on stop() when the originating thread exits before completion. This is now fixed, thanks to <code>Russell Keith-Magee <pull 1543_></code><em>, closing <code>issue 1542</code></em>.</p> </li> <li> <p>Added a <code>py.typed</code> file to announce our type-hintedness. Thanks, <code>KotlinIsland <pull 1550_></code>_.</p> </li> </ul> <p>.. _issue 1391: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1391">nedbat/coveragepy#1391</a> .. _issue 1542: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1542">nedbat/coveragepy#1542</a> .. _pull 1543: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1543">nedbat/coveragepy#1543</a> .. _pull 1547: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1547">nedbat/coveragepy#1547</a> .. _pull 1550: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1550">nedbat/coveragepy#1550</a> .. _issue 1552: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1552">nedbat/coveragepy#1552</a> .. _pull 1557: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1557">nedbat/coveragepy#1557</a></p> <p>.. _changes_7-1-0:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/b14e7f44f4107c310a98cf75dc229041549049d4"><code>b14e7f4</code></a> docs: latest sample html report</li> <li><a href="https://github.com/nedbat/coveragepy/commit/152890c710747bada1a146de47af77c1b1ee1b5e"><code>152890c</code></a> build: cog moved</li> <li><a href="https://github.com/nedbat/coveragepy/commit/65dcfc2e86680fd136f826b29f7b777f553755c4"><code>65dcfc2</code></a> docs: prep for 7.2.0</li> <li><a href="https://github.com/nedbat/coveragepy/commit/cc0c0ea4b2af02e8bf4c21f708afa6988e1b4fda"><code>cc0c0ea</code></a> docs: final paperwork for exclude_also <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1557">#1557</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/2a0e7bc17f932e33ef9c437760ae2f9f60b46390"><code>2a0e7bc</code></a> feat: add extend_exclude option</li> <li><a href="https://github.com/nedbat/coveragepy/commit/51f395dc29811cd7ab465c527a5a06514b0090b8"><code>51f395d</code></a> test: stricter regex to avoid false CodeQL alarms</li> <li><a href="https://github.com/nedbat/coveragepy/commit/545d8bc2ae37cf0d203ea3555547e35a4d34346e"><code>545d8bc</code></a> docs: better mastodon labels, and 3.12a5</li> <li><a href="https://github.com/nedbat/coveragepy/commit/946e0cfc562953a56bb13b144639b8dc194b43f8"><code>946e0cf</code></a> docs: bye twitter, hello mastodon</li> <li><a href="https://github.com/nedbat/coveragepy/commit/9c40c3e838cb3f0d27aff3d2f5bb7e1a30226f0c"><code>9c40c3e</code></a> docs: keep track of an issue I wrote that this pin avoids</li> <li><a href="https://github.com/nedbat/coveragepy/commit/7887212bda71bd2e3181bd692d2f521428bbb6c0"><code>7887212</code></a> build: pin setuptools to avoid their version-checking bug</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.1.0...7.2.0">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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org