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

   Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.10.7 to 
7.13.5.
   <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.5 — 2026-03-17</h2>
   <ul>
   <li>
   <p>Fix: <code>issue 2138</code>_ describes a memory leak that happened when 
repeatedly
   using the Coverage API with in-memory data. This is now fixed.</p>
   </li>
   <li>
   <p>Fix: the markdown-formatted coverage report didn't fully escape special
   characters in file paths (<code>issue 2141</code><em>). This would be very 
unlikely to
   cause a problem, but now it's done properly, thanks to <code>Ellie Ayla 
&lt;pull 2142_&gt;</code></em>.</p>
   </li>
   <li>
   <p>Fix: the C extension wouldn't build on VS2019, but now it does 
(<code>issue 2145</code>_).</p>
   </li>
   </ul>
   <p>.. _issue 2138: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2138";>coveragepy/coveragepy#2138</a>
   .. _issue 2141: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2141";>coveragepy/coveragepy#2141</a>
   .. _pull 2142: <a 
href="https://redirect.github.com/coveragepy/coveragepy/pull/2142";>coveragepy/coveragepy#2142</a>
   .. _issue 2145: <a 
href="https://redirect.github.com/coveragepy/coveragepy/issues/2145";>coveragepy/coveragepy#2145</a></p>
   <p>.. _changes_7-13-4:</p>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/c88da144eef8cf78424331e5cbbde3e002eef43f";><code>c88da14</code></a>
 docs: sample HTML for 7.13.5</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/e2ac3e1ef644370101ff365acad3431d16076512";><code>e2ac3e1</code></a>
 build: sample HTML shouldn't include the status.json file</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/910f8f336541c2dcb4e9ec468144c7eb4a7779ac";><code>910f8f3</code></a>
 docs: prep for 7.13.5</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/3a4819c24d3d20cb2670b99141517812ffa3fab0";><code>3a4819c</code></a>
 style: make workflows more uniform</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/2a53705f5fe588158b8a8d37ff3beee86388b9e4";><code>2a53705</code></a>
 chore: bump the action-dependencies group across 1 directory with 4 updates 
(...</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/e7c878d201db819416b978150944d9a842d22b18";><code>e7c878d</code></a>
 chore: make upgrade</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/ab4db406a9c35acf977cf3ddb94a78d696b77bc5";><code>ab4db40</code></a>
 build: use --generate-hashes when pinning</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/a438753eef870441044cef588e29ce4b9a28adf1";><code>a438753</code></a>
 chore: make upgrade</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/7b33457d2c6367dfd5a563239998b3980444e090";><code>7b33457</code></a>
 refactor: some leftover pyupgrade 3.10 bits</li>
   <li><a 
href="https://github.com/coveragepy/coveragepy/commit/2ff968db91a7cdafe6f6569ac7659a3a93a2da07";><code>2ff968d</code></a>
 refactor: this type wasn't used anywhere</li>
   <li>Additional commits viewable in <a 
href="https://github.com/coveragepy/coveragepy/compare/7.10.7...7.13.5";>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.5)](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