dependabot[bot] opened a new pull request, #3938:
URL: https://github.com/apache/streampipes/pull/3938

   Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.9 to 0.14.5.
   <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.5</h2>
   <h2>Release Notes</h2>
   <p>Released on 2025-11-13.</p>
   <h3>Preview features</h3>
   <ul>
   <li>[<code>flake8-simplify</code>] Apply <code>SIM113</code> when index 
variable is of type <code>int</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21395";>#21395</a>)</li>
   <li>[<code>pydoclint</code>] Fix false positive when Sphinx directives 
follow a &quot;Raises&quot; section (<code>DOC502</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/20535";>#20535</a>)</li>
   <li>[<code>pydoclint</code>] Support NumPy-style comma-separated parameters 
(<code>DOC102</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/20972";>#20972</a>)</li>
   <li>[<code>refurb</code>] Auto-fix annotated assignments 
(<code>FURB101</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21278";>#21278</a>)</li>
   <li>[<code>ruff</code>] Ignore <code>str()</code> when not used for simple 
conversion (<code>RUF065</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21330";>#21330</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix syntax error false positive on alternative <code>match</code> 
patterns (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21362";>#21362</a>)</li>
   <li>[<code>flake8-simplify</code>] Fix false positive for iterable 
initializers with generator arguments (<code>SIM222</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21187";>#21187</a>)</li>
   <li>[<code>pyupgrade</code>] Fix false positive on relative imports from 
local <code>.builtins</code> module (<code>UP029</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21309";>#21309</a>)</li>
   <li>[<code>pyupgrade</code>] Consistently set the deprecated tag 
(<code>UP035</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21396";>#21396</a>)</li>
   </ul>
   <h3>Rule changes</h3>
   <ul>
   <li>[<code>refurb</code>] Detect empty f-strings (<code>FURB105</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21348";>#21348</a>)</li>
   </ul>
   <h3>CLI</h3>
   <ul>
   <li>Add option to provide a reason to <code>--add-noqa</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21294";>#21294</a>)</li>
   <li>Add upstream linter URL to <code>ruff linter --output-format=json</code> 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21316";>#21316</a>)</li>
   <li>Add color to <code>--help</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21337";>#21337</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Add a new &quot;Opening a PR&quot; section to the contribution guide (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21298";>#21298</a>)</li>
   <li>Added the PyScripter IDE to the list of &quot;Who is using Ruff?&quot; 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21402";>#21402</a>)</li>
   <li>Update PyCharm setup instructions (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21409";>#21409</a>)</li>
   <li>[<code>flake8-annotations</code>] Add link to 
<code>allow-star-arg-any</code> option (<code>ANN401</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21326";>#21326</a>)</li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>[<code>configuration</code>] Improve error message when 
<code>line-length</code> exceeds <code>u16::MAX</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21329";>#21329</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a href="https://github.com/njhearp";><code>@​njhearp</code></a></li>
   <li><a href="https://github.com/11happy";><code>@​11happy</code></a></li>
   <li><a href="https://github.com/hugovk";><code>@​hugovk</code></a></li>
   <li><a href="https://github.com/Gankra";><code>@​Gankra</code></a></li>
   <li><a href="https://github.com/ntBre";><code>@​ntBre</code></a></li>
   <li><a 
href="https://github.com/pyscripter";><code>@​pyscripter</code></a></li>
   <li><a 
href="https://github.com/danparizher";><code>@​danparizher</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.14.5</h2>
   <p>Released on 2025-11-13.</p>
   <h3>Preview features</h3>
   <ul>
   <li>[<code>flake8-simplify</code>] Apply <code>SIM113</code> when index 
variable is of type <code>int</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21395";>#21395</a>)</li>
   <li>[<code>pydoclint</code>] Fix false positive when Sphinx directives 
follow a &quot;Raises&quot; section (<code>DOC502</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/20535";>#20535</a>)</li>
   <li>[<code>pydoclint</code>] Support NumPy-style comma-separated parameters 
(<code>DOC102</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/20972";>#20972</a>)</li>
   <li>[<code>refurb</code>] Auto-fix annotated assignments 
(<code>FURB101</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21278";>#21278</a>)</li>
   <li>[<code>ruff</code>] Ignore <code>str()</code> when not used for simple 
conversion (<code>RUF065</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21330";>#21330</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix syntax error false positive on alternative <code>match</code> 
patterns (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21362";>#21362</a>)</li>
   <li>[<code>flake8-simplify</code>] Fix false positive for iterable 
initializers with generator arguments (<code>SIM222</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21187";>#21187</a>)</li>
   <li>[<code>pyupgrade</code>] Fix false positive on relative imports from 
local <code>.builtins</code> module (<code>UP029</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21309";>#21309</a>)</li>
   <li>[<code>pyupgrade</code>] Consistently set the deprecated tag 
(<code>UP035</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21396";>#21396</a>)</li>
   </ul>
   <h3>Rule changes</h3>
   <ul>
   <li>[<code>refurb</code>] Detect empty f-strings (<code>FURB105</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21348";>#21348</a>)</li>
   </ul>
   <h3>CLI</h3>
   <ul>
   <li>Add option to provide a reason to <code>--add-noqa</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21294";>#21294</a>)</li>
   <li>Add upstream linter URL to <code>ruff linter --output-format=json</code> 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21316";>#21316</a>)</li>
   <li>Add color to <code>--help</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21337";>#21337</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Add a new &quot;Opening a PR&quot; section to the contribution guide (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21298";>#21298</a>)</li>
   <li>Added the PyScripter IDE to the list of &quot;Who is using Ruff?&quot; 
(<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21402";>#21402</a>)</li>
   <li>Update PyCharm setup instructions (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21409";>#21409</a>)</li>
   <li>[<code>flake8-annotations</code>] Add link to 
<code>allow-star-arg-any</code> option (<code>ANN401</code>) (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21326";>#21326</a>)</li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>[<code>configuration</code>] Improve error message when 
<code>line-length</code> exceeds <code>u16::MAX</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/21329";>#21329</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a href="https://github.com/njhearp";><code>@​njhearp</code></a></li>
   <li><a href="https://github.com/11happy";><code>@​11happy</code></a></li>
   <li><a href="https://github.com/hugovk";><code>@​hugovk</code></a></li>
   <li><a href="https://github.com/Gankra";><code>@​Gankra</code></a></li>
   <li><a href="https://github.com/ntBre";><code>@​ntBre</code></a></li>
   <li><a 
href="https://github.com/pyscripter";><code>@​pyscripter</code></a></li>
   <li><a 
href="https://github.com/danparizher";><code>@​danparizher</code></a></li>
   <li><a 
href="https://github.com/MichaReiser";><code>@​MichaReiser</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/87dafb8787278c04e0184c4f8fe1acaffa0f640f";><code>87dafb8</code></a>
 Bump 0.14.5 (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21435";>#21435</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/9e80e5a3a6b4980b792b2ac175a540e1f4d034f4";><code>9e80e5a</code></a>
 [ty] Support <code>type[…]</code> and <code>Type[…]</code> in implicit type 
aliases (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21421";>#21421</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/f9cc26aa12337d4c5a3e7f98475c611acb60ae5a";><code>f9cc26a</code></a>
 [ty] Respect notebook cell boundaries when adding an auto import (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21322";>#21322</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/d49c32630928a63dfb5bdfcaf64ff370fcb8929e";><code>d49c326</code></a>
 Update PyCharm setup instructions (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21409";>#21409</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/e70fccbf251a99bbf1dfbd8fa170968ed8d7c8c6";><code>e70fccb</code></a>
 [ty] Improve LSP test server logging (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21432";>#21432</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/90b32f3b3b17a44e4cbe38dcc791ece4d6fe0e10";><code>90b32f3</code></a>
 [ty] Ensure annotation/type expressions in stub files are always deferred (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/2";>#2</a>...</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/99694b6e4a149ebfc256314afc4fa922d42e7dc8";><code>99694b6</code></a>
 Use <code>profiling</code> profile for <code>cargo test(linux, release)</code> 
(<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21429";>#21429</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/67e54fffe1ac858c157378afcd1f2999ed7ccf79";><code>67e54ff</code></a>
 [ty] Fix panic for cyclic star imports (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21428";>#21428</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/a01b0d7780aeeb591c7d1b6a1f64217db4a64a87";><code>a01b0d7</code></a>
 [ty] Press 'enter' to rerun all mdtests (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21427";>#21427</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ruff/commit/04ab9170d6719ea8d4003f1c156177e589809f14";><code>04ab917</code></a>
 [ty] Further improve subscript assignment diagnostics (<a 
href="https://redirect.github.com/astral-sh/ruff/issues/21411";>#21411</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/ruff/compare/0.11.9...0.14.5";>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.11.9&new-version=0.14.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 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