dependabot[bot] opened a new pull request, #786:
URL: https://github.com/apache/hudi-rs/pull/786

   Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.16.0 to 
7.16.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/coveragepy/coveragepy/releases";>coverage's 
releases</a>.</em></p>
   <blockquote>
   <h2>7.16.1</h2>
   <h2>Version 7.16.1 — 2026-09-13</h2>
   <ul>
   <li>Fix: when the body of an irrefutable <code>case</code> (like <code>case 
_:</code>) is entirely excluded, the <code>case</code> line is now excluded 
too, just as an excluded <code>else:</code> body removes the <code>else:</code> 
line. Previously the <code>case</code> line was left behind and reported as 
missing. Closes <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/1563";>issue 
1563</a> with <a 
href="https://redirect.github.com/coveragepy/coveragepy/pull/2269";>pull 
2269</a>.</li>
   <li>Fix: using <a 
href="https://coverage.readthedocs.io/en/latest/api_coveragedata.html#coverage.CoverageData.update";>CoverageData.update()</a>
 twice on an in-memory database would fail, as described in <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2279";>issue 
2279</a>. This is now fixed.</li>
   </ul>
   <p>:arrow_right:  PyPI page: <a 
href="https://pypi.org/project/coverage/7.16.1";>coverage 7.16.1</a>.
   :arrow_right:  To install: <code>python3 -m pip install 
coverage==7.16.1</code></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst";>coverage's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 7.16.1 — 2026-09-13</h2>
   <ul>
   <li>
   <p>Fix: when the body of an irrefutable <code>case</code> (like <code>case 
_:</code>) is entirely
   excluded, the <code>case</code> line is now excluded too, just as an excluded
   <code>else:</code> body removes the <code>else:</code> line.  Previously the 
<code>case</code> line was
   left behind and reported as missing.  Closes <code>issue 1563</code>_ with 
<code>pull 2269</code>_.</p>
   </li>
   <li>
   <p>Fix: using :meth:<code>.CoverageData.update</code> twice on an in-memory 
database would
   fail, as described in <code>issue 2279</code>_. This is now fixed.</p>
   </li>
   </ul>
   <p>.. _issue 1563: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/1563";>coveragepy/coveragepy#1563</a>
   .. _pull 2269: <a 
href="https://redirect.github.com/coveragepy/coveragepy/pull/2269";>coveragepy/coveragepy#2269</a>
   .. _issue 2279: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2279";>coveragepy/coveragepy#2279</a></p>
   <p>.. _changes_7-16-0:</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/ccbb99245dcb4e51a35087285499cdb22b164ccc";><code>ccbb992</code></a>
 docs: prep for 7.16.1</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/0697ccc9360cea85676076b935b076b020e3bcb1";><code>0697ccc</code></a>
 chore: make upgrade</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/12f35958932173737ac451bdc33cdea2f3678917";><code>12f3595</code></a>
 chore: bump docker/setup-qemu-action in the action-dependencies group (<a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2280";>#2280</a>)</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/35b58d3e83b2298dcb453e9356eb3f40e91a8db9";><code>35b58d3</code></a>
 fix: CoverageData.update() can be called twice on an in-memory database. <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2279";>#2279</a></li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/92e1ce9b7bbcf69c3eccd2669e8c5edf0a4eba45";><code>92e1ce9</code></a>
 chore: bump the action-dependencies group with 4 updates (<a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2278";>#2278</a>)</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/bf0731046b4d8865ef61ccf3be0c573930468342";><code>bf07310</code></a>
 build: quote var expansion (actionlint SC2086)</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/3c434f506ee01e14297802b704c4db87904914b3";><code>3c434f5</code></a>
 quality: use shellcheck-py to get shellcheck in GitHub CI</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/632f39725595a765c8dbd6327fec867c06d8bec3";><code>632f397</code></a>
 build: use .txt instead of .pip, even though it's a stupid extension</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/ffc6a4ad4447dfb52fe47d5110440cd6776431ab";><code>ffc6a4a</code></a>
 test: only run diff-cover on pull requests</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/33553b33cfbbc5c6afa5f49a033520b803d034d2";><code>33553b3</code></a>
 fix: exclude the <code>case</code> line when an irrefutable case body is 
excluded (<a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2269";>#2269</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/coveragepy/coveragepy/compare/7.16.0...7.16.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=7.16.0&new-version=7.16.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 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>


-- 
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]

Reply via email to