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

   Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12 to 0.12.3.
   <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.12.3</h2>
   <h2>Release Notes</h2>
   <h3>Preview features</h3>
   <ul>
   <li>[<code>flake8-bugbear</code>] Support non-context-manager calls in 
<code>B017</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19063";>#19063</a>)</li>
   <li>[<code>flake8-use-pathlib</code>] Add autofixes for <code>PTH100</code>, 
<code>PTH106</code>, <code>PTH107</code>, <code>PTH108</code>, 
<code>PTH110</code>, <code>PTH111</code>, <code>PTH112</code>, 
<code>PTH113</code>, <code>PTH114</code>, <code>PTH115</code>, 
<code>PTH117</code>, <code>PTH119</code>, <code>PTH120</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19213";>#19213</a>)</li>
   <li>[<code>flake8-use-pathlib</code>] Add autofixes for <code>PTH203</code>, 
<code>PTH204</code>, <code>PTH205</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18922";>#18922</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>[<code>flake8-return</code>] Fix false-positive for variables used 
inside nested functions in <code>RET504</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18433";>#18433</a>)</li>
   <li>Treat form feed as valid whitespace before a line continuation (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19220";>#19220</a>)</li>
   <li>[<code>flake8-type-checking</code>] Fix syntax error introduced by fix 
(<code>TC008</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19150";>#19150</a>)</li>
   <li>[<code>pyupgrade</code>] Keyword arguments in <code>super</code> should 
suppress the <code>UP008</code> fix (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19131";>#19131</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>[<code>flake8-pyi</code>] Make example error out-of-the-box 
(<code>PYI007</code>, <code>PYI008</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19103";>#19103</a>)</li>
   <li>[<code>flake8-simplify</code>] Make example error out-of-the-box 
(<code>SIM116</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19111";>#19111</a>)</li>
   <li>[<code>flake8-type-checking</code>] Make example error out-of-the-box 
(<code>TC001</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19151";>#19151</a>)</li>
   <li>[<code>flake8-use-pathlib</code>] Make example error out-of-the-box 
(<code>PTH210</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19189";>#19189</a>)</li>
   <li>[<code>pycodestyle</code>] Make example error out-of-the-box 
(<code>E272</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19191";>#19191</a>)</li>
   <li>[<code>pycodestyle</code>] Make example not raise unnecessary 
<code>SyntaxError</code> (<code>E114</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19190";>#19190</a>)</li>
   <li>[<code>pydoclint</code>] Make example error out-of-the-box 
(<code>DOC501</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19218";>#19218</a>)</li>
   <li>[<code>pylint</code>, <code>pyupgrade</code>] Fix syntax errors in 
examples (<code>PLW1501</code>, <code>UP028</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19127";>#19127</a>)</li>
   <li>[<code>pylint</code>] Update <code>missing-maxsplit-arg</code> docs and 
error to suggest proper usage (<code>PLC0207</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18949";>#18949</a>)</li>
   <li>[<code>flake8-bandit</code>] Make example error out-of-the-box 
(<code>S412</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19241";>#19241</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/BurntSushi";><code>@​BurntSushi</code></a></li>
   <li><a href="https://github.com/Gankra";><code>@​Gankra</code></a></li>
   <li><a 
href="https://github.com/InSyncWithFoo";><code>@​InSyncWithFoo</code></a></li>
   <li><a 
href="https://github.com/LaBatata101";><code>@​LaBatata101</code></a></li>
   <li><a 
href="https://github.com/MatthewMckee4";><code>@​MatthewMckee4</code></a></li>
   <li><a 
href="https://github.com/MeGaGiGaGon";><code>@​MeGaGiGaGon</code></a></li>
   <li><a 
href="https://github.com/MichaReiser";><code>@​MichaReiser</code></a></li>
   <li><a 
href="https://github.com/NamelessGO";><code>@​NamelessGO</code></a></li>
   <li><a 
href="https://github.com/UnboundVariable";><code>@​UnboundVariable</code></a></li>
   <li><a 
href="https://github.com/abhijeetbodas2001";><code>@​abhijeetbodas2001</code></a></li>
   <li><a href="https://github.com/carljm";><code>@​carljm</code></a></li>
   <li><a 
href="https://github.com/charliermarsh";><code>@​charliermarsh</code></a></li>
   <li><a href="https://github.com/chirizxc";><code>@​chirizxc</code></a></li>
   <li><a 
href="https://github.com/danparizher";><code>@​danparizher</code></a></li>
   <li><a 
href="https://github.com/dhruvmanila";><code>@​dhruvmanila</code></a></li>
   <li><a href="https://github.com/fdosani";><code>@​fdosani</code></a></li>
   <li><a 
href="https://github.com/github-actions";><code>@​github-actions</code></a></li>
   <li><a 
href="https://github.com/ibraheemdev";><code>@​ibraheemdev</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.12.3</h2>
   <h3>Preview features</h3>
   <ul>
   <li>[<code>flake8-bugbear</code>] Support non-context-manager calls in 
<code>B017</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19063";>#19063</a>)</li>
   <li>[<code>flake8-use-pathlib</code>] Add autofixes for <code>PTH100</code>, 
<code>PTH106</code>, <code>PTH107</code>, <code>PTH108</code>, 
<code>PTH110</code>, <code>PTH111</code>, <code>PTH112</code>, 
<code>PTH113</code>, <code>PTH114</code>, <code>PTH115</code>, 
<code>PTH117</code>, <code>PTH119</code>, <code>PTH120</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19213";>#19213</a>)</li>
   <li>[<code>flake8-use-pathlib</code>] Add autofixes for <code>PTH203</code>, 
<code>PTH204</code>, <code>PTH205</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18922";>#18922</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>[<code>flake8-return</code>] Fix false-positive for variables used 
inside nested functions in <code>RET504</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18433";>#18433</a>)</li>
   <li>Treat form feed as valid whitespace before a line continuation (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19220";>#19220</a>)</li>
   <li>[<code>flake8-type-checking</code>] Fix syntax error introduced by fix 
(<code>TC008</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19150";>#19150</a>)</li>
   <li>[<code>pyupgrade</code>] Keyword arguments in <code>super</code> should 
suppress the <code>UP008</code> fix (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19131";>#19131</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>[<code>flake8-pyi</code>] Make example error out-of-the-box 
(<code>PYI007</code>, <code>PYI008</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19103";>#19103</a>)</li>
   <li>[<code>flake8-simplify</code>] Make example error out-of-the-box 
(<code>SIM116</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19111";>#19111</a>)</li>
   <li>[<code>flake8-type-checking</code>] Make example error out-of-the-box 
(<code>TC001</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19151";>#19151</a>)</li>
   <li>[<code>flake8-use-pathlib</code>] Make example error out-of-the-box 
(<code>PTH210</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19189";>#19189</a>)</li>
   <li>[<code>pycodestyle</code>] Make example error out-of-the-box 
(<code>E272</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19191";>#19191</a>)</li>
   <li>[<code>pycodestyle</code>] Make example not raise unnecessary 
<code>SyntaxError</code> (<code>E114</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19190";>#19190</a>)</li>
   <li>[<code>pydoclint</code>] Make example error out-of-the-box 
(<code>DOC501</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19218";>#19218</a>)</li>
   <li>[<code>pylint</code>, <code>pyupgrade</code>] Fix syntax errors in 
examples (<code>PLW1501</code>, <code>UP028</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19127";>#19127</a>)</li>
   <li>[<code>pylint</code>] Update <code>missing-maxsplit-arg</code> docs and 
error to suggest proper usage (<code>PLC0207</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18949";>#18949</a>)</li>
   <li>[<code>flake8-bandit</code>] Make example error out-of-the-box 
(<code>S412</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19241";>#19241</a>)</li>
   </ul>
   <h2>0.12.2</h2>
   <h3>Preview features</h3>
   <ul>
   <li>[<code>flake8-pyi</code>] Expand <code>Optional[A]</code> to <code>A | 
None</code> (<code>PYI016</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18572";>#18572</a>)</li>
   <li>[<code>pyupgrade</code>] Mark <code>UP008</code> fix safe if no comments 
are in range (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18683";>#18683</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>[<code>flake8-comprehensions</code>] Fix <code>C420</code> to prepend 
whitespace when needed (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18616";>#18616</a>)</li>
   <li>[<code>perflint</code>] Fix <code>PERF403</code> panic on attribute or 
subscription loop variable (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19042";>#19042</a>)</li>
   <li>[<code>pydocstyle</code>] Fix <code>D413</code> infinite loop for 
parenthesized docstring (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18930";>#18930</a>)</li>
   <li>[<code>pylint</code>] Fix <code>PLW0108</code> autofix introducing a 
syntax error when the lambda's body contains an assignment expression (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18678";>#18678</a>)</li>
   <li>[<code>refurb</code>] Fix false positive on empty tuples 
(<code>FURB168</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19058";>#19058</a>)</li>
   <li>[<code>ruff</code>] Allow more <code>field</code> calls from 
<code>attrs</code> (<code>RUF009</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19021";>#19021</a>)</li>
   <li>[<code>ruff</code>] Fix syntax error introduced for an empty string 
followed by a u-prefixed string (<code>UP025</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18899";>#18899</a>)</li>
   </ul>
   <h3>Rule changes</h3>
   <ul>
   <li>[<code>flake8-executable</code>] Allow <code>uvx</code> in shebang line 
(<code>EXE003</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18967";>#18967</a>)</li>
   <li>[<code>pandas</code>] Avoid flagging <code>PD002</code> if 
<code>pandas</code> is not imported (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18963";>#18963</a>)</li>
   <li>[<code>pyupgrade</code>] Avoid PEP-604 unions with 
<code>typing.NamedTuple</code> (<code>UP007</code>, <code>UP045</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/18682";>#18682</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/5bc81f26c8a820835067280153a279658477ccf2";><code>5bc81f2</code></a>
 Bump 0.12.3 (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/19279";>#19279</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/6908e2682f14792898cb8f9e4d920021da022307";><code>6908e26</code></a>
 Filter <code>ruff_linter::VERSION</code> out of SARIF output tests (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/19280";>#19280</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/25c429556421ddd6f715f5aaf906610e0c564606";><code>25c4295</code></a>
 [ty] Avoid stale diagnostics for open files diagnostic mode (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/19273";>#19273</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/426fa4bb12d8c47185800ba14dd5b4e721fd2c29";><code>426fa4b</code></a>
 [ty] Add signature help provider to playground (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/19276";>#19276</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/b0b65c24ff01dc9095f17b3768cf2b9a336a5a8c";><code>b0b65c2</code></a>
 [ty] Initial implementation of signature help provider (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/19194";>#19194</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/08bc6d25899501d690c37a87d6da51951280dfc5";><code>08bc6d2</code></a>
 Add simple integration tests for all output formats (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/19265";>#19265</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/f2ae12bab33d80d52caa3047775371fca83f6e96";><code>f2ae12b</code></a>
 [<code>flake8-return</code>] Fix false-positive for variables used inside 
nested functio...</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/965f415212f4f9f3ef855b647d53e892e6913828";><code>965f415</code></a>
 [ty] Add a <code>--quiet</code> mode (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/19233";>#19233</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/83b5bbf004bf2e47dd4ca5c049930894856547f1";><code>83b5bbf</code></a>
 Treat form feed as valid whitespace before a line continuation (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/19220";>#19220</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/87f6f08ef53edc2cbe8632d612f6d4fd016fe2ff";><code>87f6f08</code></a>
 [ty] Make <code>check_file</code> a salsa query (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/19255";>#19255</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/ruff/compare/0.12.0...0.12.3";>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.12&new-version=0.12.3)](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