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

   Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.10.7 to 
7.13.4.
   <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.13.4 — 2026-02-09</h2>
   <ul>
   <li>
   <p>Fix: the third-party code fix in 7.13.3 required examining the parent
   directories where coverage was run. In the unusual situation that one of the
   parent directories is unreadable, a PermissionError would occur, as
   described in <code>issue 2129</code>_. This is now fixed.</p>
   </li>
   <li>
   <p>Fix: in test suites that change sys.path, coverage.py could fail with
   &quot;RuntimeError: Set changed size during iteration&quot; as described and 
fixed in
   <code>pull 2130</code>_. Thanks, Noah Fatsi.</p>
   </li>
   <li>
   <p>We now publish ppc64le wheels, thanks to <code>Pankhudi Jain &lt;pull 
2121_&gt;</code>_.</p>
   </li>
   </ul>
   <p>.. _pull 2121: <a 
href="https://redirect.github.com/coveragepy/coveragepy/pull/2121";>coveragepy/coveragepy#2121</a>
   .. _issue 2129: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2129";>coveragepy/coveragepy#2129</a>
   .. _pull 2130: <a 
href="https://redirect.github.com/coveragepy/coveragepy/pull/2130";>coveragepy/coveragepy#2130</a></p>
   <p>.. _changes_7-13-3:</p>
   <h2>Version 7.13.3 — 2026-02-03</h2>
   <ul>
   <li>Fix: in some situations, third-party code was measured when it shouldn't 
have
   been, slowing down test execution. This happened with layered virtual
   environments such as uv sometimes makes. The problem is fixed, closing 
<code>issue 2082</code>_. Now any directory on sys.path that is inside a 
virtualenv is
   considered third-party code.</li>
   </ul>
   <p>.. _issue 2082: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2082";>coveragepy/coveragepy#2082</a></p>
   <p>.. _changes_7-13-2:</p>
   <h2>Version 7.13.2 — 2026-01-25</h2>
   <ul>
   <li>
   <p>Fix: when Python is installed via symlinks, for example with Homebrew, the
   standard library files could be incorrectly included in coverage reports.
   This is now fixed, closing <code>issue 2115</code>_.</p>
   </li>
   <li>
   <p>Fix: if a data file is created with no read permissions, the combine step
   would fail completely. Now a warning is issued and the file is skipped.
   Closes <code>issue 2117</code>_.</p>
   </li>
   </ul>
   <p>.. _issue 2115: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2115";>coveragepy/coveragepy#2115</a>
   .. _issue 2117: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2117";>coveragepy/coveragepy#2117</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/4f78d57f83ff8a4976043e8a8fcea24b91891840";><code>4f78d57</code></a>
 build: no need to publish status.json</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/f8616ff5e6386648aa40300e36c6cecda79a1faa";><code>f8616ff</code></a>
 docs: sample HTML for 7.13.4</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/fcf8c68db986970e6000bf75ec3c3115ede867df";><code>fcf8c68</code></a>
 docs: prep for 7.13.4</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/189ecfd000867e5c74e7d74ee3bd75742d5d584d";><code>189ecfd</code></a>
 docs: thanks Pankhudi Jain for ppc64le wheels <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2121";>#2121</a></li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/58aade0eb92d9d1e3755c65a5cf7a951e7bd6c6a";><code>58aade0</code></a>
 build: add support for ppc64le architecture (<a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2121";>#2121</a>)</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/8ea42c874fbfc96535156300225bda22bc93ac68";><code>8ea42c8</code></a>
 chore: bump actions/attest-build-provenance (<a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2131";>#2131</a>)</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/c09595f70758b78156efbd7c8f034799d09322aa";><code>c09595f</code></a>
 docs: Janine put a lot of effort into debugging issue <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2128";>#2128</a></li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/8ee1760f40b8822aa2b11ff95ab63481be68a8a0";><code>8ee1760</code></a>
 docs: Greg wrote a great issue: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2129";>#2129</a></li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/76ba0437611fc2787cb0450dc94b02bc2848fdee";><code>76ba043</code></a>
 docs: thanks, Noah Fatsi</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/371fcc5727e9d8fba816061756af94646b4bcfbb";><code>371fcc5</code></a>
 fix: set fixed paths_list in TreeMatcher init (<a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2130";>#2130</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/coveragepy/coveragepy/compare/7.10.7...7.13.4";>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.10.7&new-version=7.13.4)](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