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

   Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.1 to 0.14.7.
   <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.14.7</h2>
   <h2>Release Notes</h2>
   <p>Released on 2025-11-28.</p>
   <h3>Preview features</h3>
   <ul>
   <li>[<code>flake8-bandit</code>] Handle string literal bindings in 
suspicious-url-open-usage (<code>S310</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21469";>#21469</a>)</li>
   <li>[<code>pylint</code>] Fix <code>PLR1708</code> false positives on nested 
functions (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21177";>#21177</a>)</li>
   <li>[<code>pylint</code>] Fix suppression for empty dict without tuple key 
annotation (<code>PLE1141</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21290";>#21290</a>)</li>
   <li>[<code>ruff</code>] Add rule <code>RUF066</code> to detect unnecessary 
class properties (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21535";>#21535</a>)</li>
   <li>[<code>ruff</code>] Catch more dummy variable uses (<code>RUF052</code>) 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19799";>#19799</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>[server] Set severity for non-rule diagnostics (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21559";>#21559</a>)</li>
   <li>[<code>flake8-implicit-str-concat</code>] Avoid invalid fix in 
(<code>ISC003</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21517";>#21517</a>)</li>
   <li>[<code>parser</code>] Fix panic when parsing IPython escape command 
expressions (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21480";>#21480</a>)</li>
   </ul>
   <h3>CLI</h3>
   <ul>
   <li>Show partial fixability indicator in statistics output (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21513";>#21513</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a 
href="https://github.com/mikeleppane";><code>@​mikeleppane</code></a></li>
   <li><a href="https://github.com/senekor";><code>@​senekor</code></a></li>
   <li><a 
href="https://github.com/ShaharNaveh";><code>@​ShaharNaveh</code></a></li>
   <li><a href="https://github.com/JumboBear";><code>@​JumboBear</code></a></li>
   <li><a 
href="https://github.com/prakhar1144";><code>@​prakhar1144</code></a></li>
   <li><a href="https://github.com/tsvikas";><code>@​tsvikas</code></a></li>
   <li><a 
href="https://github.com/danparizher";><code>@​danparizher</code></a></li>
   <li><a href="https://github.com/chirizxc";><code>@​chirizxc</code></a></li>
   <li><a 
href="https://github.com/AlexWaygood";><code>@​AlexWaygood</code></a></li>
   <li><a 
href="https://github.com/MichaReiser";><code>@​MichaReiser</code></a></li>
   </ul>
   <h2>Install ruff 0.14.7</h2>
   <h3>Install prebuilt binaries via shell script</h3>
   <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf 
https://github.com/astral-sh/ruff/releases/download/0.14.7/ruff-installer.sh | 
sh
   </code></pre>
   <h3>Install prebuilt binaries via powershell script</h3>
   <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm 
https://github.com/astral-sh/ruff/releases/download/0.14.7/ruff-installer.ps1 | 
iex&quot;
   </code></pre>
   <!-- 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.14.7</h2>
   <p>Released on 2025-11-28.</p>
   <h3>Preview features</h3>
   <ul>
   <li>[<code>flake8-bandit</code>] Handle string literal bindings in 
suspicious-url-open-usage (<code>S310</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21469";>#21469</a>)</li>
   <li>[<code>pylint</code>] Fix <code>PLR1708</code> false positives on nested 
functions (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21177";>#21177</a>)</li>
   <li>[<code>pylint</code>] Fix suppression for empty dict without tuple key 
annotation (<code>PLE1141</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21290";>#21290</a>)</li>
   <li>[<code>ruff</code>] Add rule <code>RUF066</code> to detect unnecessary 
class properties (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21535";>#21535</a>)</li>
   <li>[<code>ruff</code>] Catch more dummy variable uses (<code>RUF052</code>) 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/19799";>#19799</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>[server] Set severity for non-rule diagnostics (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21559";>#21559</a>)</li>
   <li>[<code>flake8-implicit-str-concat</code>] Avoid invalid fix in 
(<code>ISC003</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21517";>#21517</a>)</li>
   <li>[<code>parser</code>] Fix panic when parsing IPython escape command 
expressions (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21480";>#21480</a>)</li>
   </ul>
   <h3>CLI</h3>
   <ul>
   <li>Show partial fixability indicator in statistics output (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21513";>#21513</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a 
href="https://github.com/mikeleppane";><code>@​mikeleppane</code></a></li>
   <li><a href="https://github.com/senekor";><code>@​senekor</code></a></li>
   <li><a 
href="https://github.com/ShaharNaveh";><code>@​ShaharNaveh</code></a></li>
   <li><a href="https://github.com/JumboBear";><code>@​JumboBear</code></a></li>
   <li><a 
href="https://github.com/prakhar1144";><code>@​prakhar1144</code></a></li>
   <li><a href="https://github.com/tsvikas";><code>@​tsvikas</code></a></li>
   <li><a 
href="https://github.com/danparizher";><code>@​danparizher</code></a></li>
   <li><a href="https://github.com/chirizxc";><code>@​chirizxc</code></a></li>
   <li><a 
href="https://github.com/AlexWaygood";><code>@​AlexWaygood</code></a></li>
   <li><a 
href="https://github.com/MichaReiser";><code>@​MichaReiser</code></a></li>
   </ul>
   <h2>0.14.6</h2>
   <p>Released on 2025-11-21.</p>
   <h3>Preview features</h3>
   <ul>
   <li>[<code>flake8-bandit</code>] Support new PySNMP API paths 
(<code>S508</code>, <code>S509</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21374";>#21374</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Adjust own-line comment placement between branches (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21185";>#21185</a>)</li>
   <li>Avoid syntax error when formatting attribute expressions with outer 
parentheses, parenthesized value, and trailing comment on value (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/20418";>#20418</a>)</li>
   <li>Fix panic when formatting comments in unary expressions (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21501";>#21501</a>)</li>
   <li>Respect <code>fmt: skip</code> for compound statements on a single line 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/20633";>#20633</a>)</li>
   <li>[<code>refurb</code>] Fix <code>FURB103</code> autofix (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21454";>#21454</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/ecab623fb2fe3846de4cafa0dfef0385a7245941";><code>ecab623</code></a>
 Bump 0.14.7 (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21684";>#21684</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/42f152108aad444b7d65359aea931be4dd15dffd";><code>42f1521</code></a>
 [ty] Generic types aliases (implicit and PEP 613) (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21553";>#21553</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/594b7b04d3b04bcf42861f86207017c8117678ca";><code>594b7b0</code></a>
 [ty] Preserve quoting style when autofixing <code>TypedDict</code> keys (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21682";>#21682</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/b5b4917d7f4a324f5d32cc55dfb1d08e75cc9e6f";><code>b5b4917</code></a>
 [ty] Fix override of final method summary (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21681";>#21681</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/0084e94f78742685ddacf2dab28530c2ece3393e";><code>0084e94</code></a>
 [ty] Fix subtyping of <code>type[Any]</code> / <code>type[T]</code> and 
protocols (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21678";>#21678</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/566c959add8c5aa5d25fd14db513c792e4048b50";><code>566c959</code></a>
 [ty] Rename <code>ReferenceRequestHandler</code> file (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21680";>#21680</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/8bcfc198b83051db0c8a3c7b8f0c8a8c339947c7";><code>8bcfc19</code></a>
 [ty] Implement <code>typing.final</code> for methods (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21646";>#21646</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/c534bfaf01671b8020edd440bc7f4f22070af583";><code>c534bfa</code></a>
 [ty] Implement patterns and typevars in the LSP (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21671";>#21671</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/5e1b2eef5797b00de8329bf38ceacf5cacd00c87";><code>5e1b2ee</code></a>
 [ty] implement rendering of <code>.. code:: lang</code> in docstrings (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21665";>#21665</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/98681b9356bd0b8ef086cc54118b58de532c5310";><code>98681b9</code></a>
 [ty] Add <code>db</code> parameter to <code>Parameters::new</code> method (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21674";>#21674</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/ruff/compare/0.14.1...0.14.7";>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.14.1&new-version=0.14.7)](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