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

   Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.2 to 0.9.6.
   <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.9.6</h2>
   <h2>Release Notes</h2>
   <h3>Preview features</h3>
   <ul>
   <li>[<code>airflow</code>] Add <code>external_task.{ExternalTaskMarker, 
ExternalTaskSensor}</code> for <code>AIR302</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16014";>#16014</a>)</li>
   <li>[<code>flake8-builtins</code>] Make strict module name comparison 
optional (<code>A005</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15951";>#15951</a>)</li>
   <li>[<code>flake8-pyi</code>] Extend fix to Python &lt;= 3.9 for 
<code>redundant-none-literal</code> (<code>PYI061</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16044";>#16044</a>)</li>
   <li>[<code>pylint</code>] Also report when the object isn't a literal 
(<code>PLE1310</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15985";>#15985</a>)</li>
   <li>[<code>ruff</code>] Implement <code>indented-form-feed</code> 
(<code>RUF054</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16049";>#16049</a>)</li>
   <li>[<code>ruff</code>] Skip type definitions for 
<code>missing-f-string-syntax</code> (<code>RUF027</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16054";>#16054</a>)</li>
   </ul>
   <h3>Rule changes</h3>
   <ul>
   <li>[<code>flake8-annotations</code>] Correct syntax for 
<code>typing.Union</code> in suggested return type fixes for 
<code>ANN20x</code> rules (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16025";>#16025</a>)</li>
   <li>[<code>flake8-builtins</code>] Match upstream module name comparison 
(<code>A005</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16006";>#16006</a>)</li>
   <li>[<code>flake8-comprehensions</code>] Detect overshadowed 
<code>list</code>/<code>set</code>/<code>dict</code>, ignore variadics and 
named expressions (<code>C417</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15955";>#15955</a>)</li>
   <li>[<code>flake8-pie</code>] Remove following comma correctly when the 
unpacked dictionary is empty (<code>PIE800</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16008";>#16008</a>)</li>
   <li>[<code>flake8-simplify</code>] Only trigger <code>SIM401</code> on known 
dictionaries (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15995";>#15995</a>)</li>
   <li>[<code>pylint</code>] Do not report calls when object type and argument 
type mismatch, remove custom escape handling logic (<code>PLE1310</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15984";>#15984</a>)</li>
   <li>[<code>pyupgrade</code>] Comments within parenthesized value ranges 
should not affect applicability (<code>UP040</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16027";>#16027</a>)</li>
   <li>[<code>pyupgrade</code>] Don't introduce invalid syntax when upgrading 
old-style type aliases with parenthesized multiline values (<code>UP040</code>) 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16026";>#16026</a>)</li>
   <li>[<code>pyupgrade</code>] Ensure we do not rename two type parameters to 
the same name (<code>UP049</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16038";>#16038</a>)</li>
   <li>[<code>pyupgrade</code>] [<code>ruff</code>] Don't apply renamings if 
the new name is shadowed in a scope of one of the references to the binding 
(<code>UP049</code>, <code>RUF052</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16032";>#16032</a>)</li>
   <li>[<code>ruff</code>] Update <code>RUF009</code> to behave similar to 
<code>B008</code> and ignore attributes with immutable types (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16048";>#16048</a>)</li>
   </ul>
   <h3>Server</h3>
   <ul>
   <li>Root exclusions in the server to project root (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16043";>#16043</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>[<code>flake8-datetime</code>] Ignore <code>.replace()</code> calls 
while looking for <code>.astimezone</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16050";>#16050</a>)</li>
   <li>[<code>flake8-type-checking</code>] Avoid <code>TC004</code> false 
positive where the runtime definition is provided by <code>__getattr__</code> 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16052";>#16052</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Improve <code>ruff-lsp</code> migration document (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16072";>#16072</a>)</li>
   <li>Undeprecate <code>ruff.nativeServer</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16039";>#16039</a>)</li>
   </ul>
   <h2>Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/AlexWaygood";><code>@​AlexWaygood</code></a></li>
   <li><a href="https://github.com/Daverball";><code>@​Daverball</code></a></li>
   <li><a 
href="https://github.com/InSyncWithFoo";><code>@​InSyncWithFoo</code></a></li>
   <li><a href="https://github.com/Lee-W";><code>@​Lee-W</code></a></li>
   <li><a 
href="https://github.com/MichaReiser";><code>@​MichaReiser</code></a></li>
   <li><a 
href="https://github.com/carlosgmartin";><code>@​carlosgmartin</code></a></li>
   <li><a 
href="https://github.com/dhruvmanila";><code>@​dhruvmanila</code></a></li>
   <li><a href="https://github.com/dylwil3";><code>@​dylwil3</code></a></li>
   <li><a href="https://github.com/junhsonjb";><code>@​junhsonjb</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.9.6</h2>
   <h3>Preview features</h3>
   <ul>
   <li>[<code>airflow</code>] Add <code>external_task.{ExternalTaskMarker, 
ExternalTaskSensor}</code> for <code>AIR302</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16014";>#16014</a>)</li>
   <li>[<code>flake8-builtins</code>] Make strict module name comparison 
optional (<code>A005</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15951";>#15951</a>)</li>
   <li>[<code>flake8-pyi</code>] Extend fix to Python &lt;= 3.9 for 
<code>redundant-none-literal</code> (<code>PYI061</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16044";>#16044</a>)</li>
   <li>[<code>pylint</code>] Also report when the object isn't a literal 
(<code>PLE1310</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15985";>#15985</a>)</li>
   <li>[<code>ruff</code>] Implement <code>indented-form-feed</code> 
(<code>RUF054</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16049";>#16049</a>)</li>
   <li>[<code>ruff</code>] Skip type definitions for 
<code>missing-f-string-syntax</code> (<code>RUF027</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16054";>#16054</a>)</li>
   </ul>
   <h3>Rule changes</h3>
   <ul>
   <li>[<code>flake8-annotations</code>] Correct syntax for 
<code>typing.Union</code> in suggested return type fixes for 
<code>ANN20x</code> rules (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16025";>#16025</a>)</li>
   <li>[<code>flake8-builtins</code>] Match upstream module name comparison 
(<code>A005</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16006";>#16006</a>)</li>
   <li>[<code>flake8-comprehensions</code>] Detect overshadowed 
<code>list</code>/<code>set</code>/<code>dict</code>, ignore variadics and 
named expressions (<code>C417</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15955";>#15955</a>)</li>
   <li>[<code>flake8-pie</code>] Remove following comma correctly when the 
unpacked dictionary is empty (<code>PIE800</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16008";>#16008</a>)</li>
   <li>[<code>flake8-simplify</code>] Only trigger <code>SIM401</code> on known 
dictionaries (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15995";>#15995</a>)</li>
   <li>[<code>pylint</code>] Do not report calls when object type and argument 
type mismatch, remove custom escape handling logic (<code>PLE1310</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15984";>#15984</a>)</li>
   <li>[<code>pyupgrade</code>] Comments within parenthesized value ranges 
should not affect applicability (<code>UP040</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16027";>#16027</a>)</li>
   <li>[<code>pyupgrade</code>] Don't introduce invalid syntax when upgrading 
old-style type aliases with parenthesized multiline values (<code>UP040</code>) 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16026";>#16026</a>)</li>
   <li>[<code>pyupgrade</code>] Ensure we do not rename two type parameters to 
the same name (<code>UP049</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16038";>#16038</a>)</li>
   <li>[<code>pyupgrade</code>] [<code>ruff</code>] Don't apply renamings if 
the new name is shadowed in a scope of one of the references to the binding 
(<code>UP049</code>, <code>RUF052</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16032";>#16032</a>)</li>
   <li>[<code>ruff</code>] Update <code>RUF009</code> to behave similar to 
<code>B008</code> and ignore attributes with immutable types (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16048";>#16048</a>)</li>
   </ul>
   <h3>Server</h3>
   <ul>
   <li>Root exclusions in the server to project root (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16043";>#16043</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>[<code>flake8-datetime</code>] Ignore <code>.replace()</code> calls 
while looking for <code>.astimezone</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16050";>#16050</a>)</li>
   <li>[<code>flake8-type-checking</code>] Avoid <code>TC004</code> false 
positive where the runtime definition is provided by <code>__getattr__</code> 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16052";>#16052</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Improve <code>ruff-lsp</code> migration document (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16072";>#16072</a>)</li>
   <li>Undeprecate <code>ruff.nativeServer</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/16039";>#16039</a>)</li>
   </ul>
   <h2>0.9.5</h2>
   <h3>Preview features</h3>
   <ul>
   <li>Recognize all symbols named <code>TYPE_CHECKING</code> for 
<code>in_type_checking_block</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15719";>#15719</a>)</li>
   <li>[<code>flake8-comprehensions</code>] Handle builtins at top of file 
correctly for <code>unnecessary-dict-comprehension-for-iterable</code> 
(<code>C420</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15837";>#15837</a>)</li>
   <li>[<code>flake8-logging</code>] <code>.exception()</code> and 
<code>exc_info=</code> outside exception handlers (<code>LOG004</code>, 
<code>LOG014</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15799";>#15799</a>)</li>
   <li>[<code>flake8-pyi</code>] Fix incorrect behaviour of 
<code>custom-typevar-return-type</code> preview-mode autofix if 
<code>typing</code> was already imported (<code>PYI019</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15853";>#15853</a>)</li>
   <li>[<code>flake8-pyi</code>] Fix more complex cases (<code>PYI019</code>) 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15821";>#15821</a>)</li>
   <li>[<code>flake8-pyi</code>] Make <code>PYI019</code> autofixable for 
<code>.py</code> files in preview mode as well as stubs (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15889";>#15889</a>)</li>
   <li>[<code>flake8-pyi</code>] Remove type parameter correctly when it is the 
last (<code>PYI019</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/15854";>#15854</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/524cf6e5155066132da772b9f84e2e6695f241b8";><code>524cf6e</code></a>
 Bump version to 0.9.6 (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/16074";>#16074</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/857cf0deb013956fc5371530ffa864f74d7edc58";><code>857cf0d</code></a>
 Revert tailwindcss v4 update (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/16075";>#16075</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/0f1eb1e2fce11c439a5070dfcecd96e0dd0ea717";><code>0f1eb1e</code></a>
 Improve migration document (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/16072";>#16072</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/b69eb9099a19bb5c9b114bdde936fb124a054119";><code>b69eb90</code></a>
 Fix reference definition labels for backtick-quoted shortcut links (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/16035";>#16035</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/d2f661f7953b298f5ccd86d73f3d271e7bbc0392";><code>d2f661f</code></a>
 RUF009 should behave similar to B008 and ignore attributes with immutable 
typ...</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/07cf8852a390fde720ed052aecad7125afb35ce2";><code>07cf885</code></a>
 [<code>pylint</code>] Also report when the object isn't a literal 
(<code>PLE1310</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/15985";>#15985</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/c08989692beb8479f167289b897bfea1630ce360";><code>c089896</code></a>
 Update Rust crate rustc-hash to v2.1.1 (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/16060";>#16060</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/869a9543e46dcd4add00ae87dc38e8592fb41911";><code>869a954</code></a>
 Root exclusions in the server to project root (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/16043";>#16043</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/cc0a5dd14a3087f5799f3c0a86f1eecd8bfd2169";><code>cc0a5dd</code></a>
 Directly include <code>Settings</code> struct for the server (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/16042";>#16042</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/b54e390cb407d5556f5a17feab3bd8bf31b4235e";><code>b54e390</code></a>
 Update Rust crate clap to v4.5.28 (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/16059";>#16059</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/ruff/compare/0.5.2...0.9.6";>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.5.2&new-version=0.9.6)](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 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