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

   Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.12 to 0.15.17.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/astral-sh/ruff/releases";>ruff's releases</a>.</em></p>
   <blockquote>
   <h2>0.15.17</h2>
   <h2>Release Notes</h2>
   <p>Released on 2026-06-11.</p>
   <h3>Preview features</h3>
   <ul>
   <li>Allow human-readable names in suppression comments (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25614";>#25614</a>)</li>
   <li>Fix handling of <code>ignore</code> comments within a 
<code>disable</code>/<code>enable</code> pair (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25845";>#25845</a>)</li>
   <li>Prioritize human-readable names in CLI output (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25869";>#25869</a>)</li>
   <li>Respect diagnostic start and parent ranges and trailing comments in 
<code>ruff:ignore</code> suppressions (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25673";>#25673</a>)</li>
   <li>[<code>flake8-async</code>] Add <code>trio.as_safe_channel</code> to 
safe decorators (<code>ASYNC119</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25775";>#25775</a>)</li>
   <li>[<code>flake8-pytest-style</code>] Also check 
<code>pytest_asyncio</code> fixtures (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25375";>#25375</a>)</li>
   <li>[<code>ruff</code>] Ban <code>pytest</code> autouse fixtures 
(<code>RUF076</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25477";>#25477</a>)</li>
   <li>[<code>pyupgrade</code>] Add <code>from __future__ import 
annotations</code> automatically (<code>UP007</code>, <code>UP045</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/23259";>#23259</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix diagnostic when <code>ruff:enable</code> or 
<code>ruff:disable</code> appears where <code>ruff:ignore</code> is expected 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25700";>#25700</a>)</li>
   <li>[<code>pyupgrade</code>] Preserve leading empty literals to avoid syntax 
errors (<code>UP032</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25491";>#25491</a>)</li>
   </ul>
   <h3>Rule changes</h3>
   <ul>
   <li>[<code>flake8-pytest-style</code>] Clarify diagnostic message for single 
parameters (<code>PT007</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25592";>#25592</a>)</li>
   <li>[<code>numpy</code>] Drop autofix for <code>np.in1d</code> 
(<code>NPY201</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25612";>#25612</a>)</li>
   <li>[<code>pylint</code>] Exempt Python version comparisons 
(<code>PLR2004</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25743";>#25743</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Reserve AST <code>Vec</code>s with correct capacity for common cases (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25451";>#25451</a>)</li>
   </ul>
   <h3>Formatter</h3>
   <ul>
   <li>Preserve whitespace for Quarto cell option comments (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25641";>#25641</a>)</li>
   </ul>
   <h3>CLI</h3>
   <ul>
   <li>Allow rule names in <code>ruff rule</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25640";>#25640</a>)</li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>Fix playground diagnostics scrollbars (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25642";>#25642</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a 
href="https://github.com/SuryanshSS1011";><code>@​SuryanshSS1011</code></a></li>
   <li><a 
href="https://github.com/anishgirianish";><code>@​anishgirianish</code></a></li>
   <li><a 
href="https://github.com/romero-deshaw";><code>@​romero-deshaw</code></a></li>
   <li><a href="https://github.com/karlhillx";><code>@​karlhillx</code></a></li>
   <li><a href="https://github.com/carljm";><code>@​carljm</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md";>ruff's 
changelog</a>.</em></p>
   <blockquote>
   <h2>0.15.17</h2>
   <p>Released on 2026-06-11.</p>
   <h3>Preview features</h3>
   <ul>
   <li>Allow human-readable names in suppression comments (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25614";>#25614</a>)</li>
   <li>Fix handling of <code>ignore</code> comments within a 
<code>disable</code>/<code>enable</code> pair (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25845";>#25845</a>)</li>
   <li>Prioritize human-readable names in CLI output (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25869";>#25869</a>)</li>
   <li>Respect diagnostic start and parent ranges and trailing comments in 
<code>ruff:ignore</code> suppressions (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25673";>#25673</a>)</li>
   <li>[<code>flake8-async</code>] Add <code>trio.as_safe_channel</code> to 
safe decorators (<code>ASYNC119</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25775";>#25775</a>)</li>
   <li>[<code>flake8-pytest-style</code>] Also check 
<code>pytest_asyncio</code> fixtures (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25375";>#25375</a>)</li>
   <li>[<code>ruff</code>] Ban <code>pytest</code> autouse fixtures 
(<code>RUF076</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25477";>#25477</a>)</li>
   <li>[<code>pyupgrade</code>] Add <code>from __future__ import 
annotations</code> automatically (<code>UP007</code>, <code>UP045</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/23259";>#23259</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix diagnostic when <code>ruff:enable</code> or 
<code>ruff:disable</code> appears where <code>ruff:ignore</code> is expected 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25700";>#25700</a>)</li>
   <li>[<code>pyupgrade</code>] Preserve leading empty literals to avoid syntax 
errors (<code>UP032</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25491";>#25491</a>)</li>
   </ul>
   <h3>Rule changes</h3>
   <ul>
   <li>[<code>flake8-pytest-style</code>] Clarify diagnostic message for single 
parameters (<code>PT007</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25592";>#25592</a>)</li>
   <li>[<code>numpy</code>] Drop autofix for <code>np.in1d</code> 
(<code>NPY201</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25612";>#25612</a>)</li>
   <li>[<code>pylint</code>] Exempt Python version comparisons 
(<code>PLR2004</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25743";>#25743</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Reserve AST <code>Vec</code>s with correct capacity for common cases (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25451";>#25451</a>)</li>
   </ul>
   <h3>Formatter</h3>
   <ul>
   <li>Preserve whitespace for Quarto cell option comments (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25641";>#25641</a>)</li>
   </ul>
   <h3>CLI</h3>
   <ul>
   <li>Allow rule names in <code>ruff rule</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25640";>#25640</a>)</li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>Fix playground diagnostics scrollbars (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/25642";>#25642</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a 
href="https://github.com/SuryanshSS1011";><code>@​SuryanshSS1011</code></a></li>
   <li><a 
href="https://github.com/anishgirianish";><code>@​anishgirianish</code></a></li>
   <li><a 
href="https://github.com/romero-deshaw";><code>@​romero-deshaw</code></a></li>
   <li><a href="https://github.com/karlhillx";><code>@​karlhillx</code></a></li>
   <li><a href="https://github.com/carljm";><code>@​carljm</code></a></li>
   <li><a href="https://github.com/ntBre";><code>@​ntBre</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/7c645a9a1be8258b9f9e005208a55a0b7e8e18f0";><code>7c645a9</code></a>
 Bump 0.15.17 (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25872";>#25872</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/f381eb1d54997cfbfa6f63c15dd2d760f70e85e1";><code>f381eb1</code></a>
 Prioritize human-readable names in CLI output (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25869";>#25869</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/b9b4546ad27d8fd12acc979e312a3ee25ef8ac4f";><code>b9b4546</code></a>
 Minor workflow simplification (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25870";>#25870</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/1e77ba02570bbe4952f7cf0e4ebb97b8b4e6e58d";><code>1e77ba0</code></a>
 [ty] Move <code>PreformattedBlockScanner</code> to format-agnostic location. 
(<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25856";>#25856</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/6f2b772285aa478e8aee3f4b54dfa9ce903a0ce1";><code>6f2b772</code></a>
 [ty] Preserve nominal type of enum.property instances (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25849";>#25849</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/be4777c8766a38d405a69948989cdfa2674adaae";><code>be4777c</code></a>
 [ty] Fix site-package error when multiple versions of pythons are installed 
i...</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/53f6ff7200983a67778fcba7106019d2615846f0";><code>53f6ff7</code></a>
 Allow human-readable names in suppression comments (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25614";>#25614</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/67403254192f3541bd7e1027c8f1805cf7a9c2be";><code>6740325</code></a>
 [ty] Restrict uncached raw signature access (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25866";>#25866</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/970b1bf4a4d83359c9e28cad5f127ebbd6769682";><code>970b1bf</code></a>
 Auto-update snapshots when syncing typeshed (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25841";>#25841</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/0785793750fd6c74124a189259822f1a28eb5c13";><code>0785793</code></a>
 Fix handling of <code>ignore</code> comments within a 
<code>disable</code>/<code>enable</code> pair (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/25845";>#25845</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/ruff/compare/0.15.12...0.15.17";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=pip&previous-version=0.15.12&new-version=0.15.17)](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