Skip to content

Commit 0c4a94d

Browse files
Build(deps-dev): bump ruff from 0.11.0 to 0.11.1 (#260)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.0 to 0.11.1. <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.11.1</h2> <h2>Release Notes</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Add <code>chain</code>, <code>chain_linear</code> and <code>cross_downstream</code> for <code>AIR302</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16647">#16647</a>)</li> <li>[syntax-errors] Improve error message and range for pre-PEP-614 decorator syntax errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/16581">#16581</a>)</li> <li>[syntax-errors] PEP 701 f-strings before Python 3.12 (<a href="https://redirect.github.com/astral-sh/ruff/pull/16543">#16543</a>)</li> <li>[syntax-errors] Parenthesized context managers before Python 3.9 (<a href="https://redirect.github.com/astral-sh/ruff/pull/16523">#16523</a>)</li> <li>[syntax-errors] Star annotations before Python 3.11 (<a href="https://redirect.github.com/astral-sh/ruff/pull/16545">#16545</a>)</li> <li>[syntax-errors] Star expression in index before Python 3.11 (<a href="https://redirect.github.com/astral-sh/ruff/pull/16544">#16544</a>)</li> <li>[syntax-errors] Unparenthesized assignment expressions in sets and indexes (<a href="https://redirect.github.com/astral-sh/ruff/pull/16404">#16404</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Server: Allow <code>FixAll</code> action in presence of version-specific syntax errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/16848">#16848</a>)</li> <li>[<code>flake8-bandit</code>] Allow raw strings in <code>suspicious-mark-safe-usage</code> (<code>S308</code>) <a href="https://redirect.github.com/astral-sh/ruff/issues/16702">#16702</a> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16770">#16770</a>)</li> <li>[<code>refurb</code>] Avoid panicking <code>unwrap</code> in <code>verbose-decimal-constructor</code> (<code>FURB157</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16777">#16777</a>)</li> <li>[<code>refurb</code>] Fix starred expressions fix (<code>FURB161</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16550">#16550</a>)</li> <li>Fix <code>--statistics</code> reporting for unsafe fixes (<a href="https://redirect.github.com/astral-sh/ruff/pull/16756">#16756</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-executables</code>] Allow <code>uv run</code> in shebang line for <code>shebang-missing-python</code> (<code>EXE003</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16849">#16849</a>,<a href="https://redirect.github.com/astral-sh/ruff/pull/16855">#16855</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Add <code>--exit-non-zero-on-format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16009">#16009</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update Ruff tutorial to avoid non-existent fix in <code>__init__.py</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16818">#16818</a>)</li> <li>[<code>flake8-gettext</code>] Swap <code>format-</code> and <code>printf-in-get-text-func-call</code> examples (<code>INT002</code>, <code>INT003</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16769">#16769</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/InSyncWithFoo"><code>@​InSyncWithFoo</code></a></li> <li><a href="https://github.com/MatthewMckee4"><code>@​MatthewMckee4</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/VascoSch92"><code>@​VascoSch92</code></a></li> <li><a href="https://github.com/ZedThree"><code>@​ZedThree</code></a></li> <li><a href="https://github.com/cake-monotone"><code>@​cake-monotone</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/dcreager"><code>@​dcreager</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/github-actions"><code>@​github-actions</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.11.1</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Add <code>chain</code>, <code>chain_linear</code> and <code>cross_downstream</code> for <code>AIR302</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16647">#16647</a>)</li> <li>[syntax-errors] Improve error message and range for pre-PEP-614 decorator syntax errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/16581">#16581</a>)</li> <li>[syntax-errors] PEP 701 f-strings before Python 3.12 (<a href="https://redirect.github.com/astral-sh/ruff/pull/16543">#16543</a>)</li> <li>[syntax-errors] Parenthesized context managers before Python 3.9 (<a href="https://redirect.github.com/astral-sh/ruff/pull/16523">#16523</a>)</li> <li>[syntax-errors] Star annotations before Python 3.11 (<a href="https://redirect.github.com/astral-sh/ruff/pull/16545">#16545</a>)</li> <li>[syntax-errors] Star expression in index before Python 3.11 (<a href="https://redirect.github.com/astral-sh/ruff/pull/16544">#16544</a>)</li> <li>[syntax-errors] Unparenthesized assignment expressions in sets and indexes (<a href="https://redirect.github.com/astral-sh/ruff/pull/16404">#16404</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Server: Allow <code>FixAll</code> action in presence of version-specific syntax errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/16848">#16848</a>)</li> <li>[<code>flake8-bandit</code>] Allow raw strings in <code>suspicious-mark-safe-usage</code> (<code>S308</code>) <a href="https://redirect.github.com/astral-sh/ruff/issues/16702">#16702</a> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16770">#16770</a>)</li> <li>[<code>refurb</code>] Avoid panicking <code>unwrap</code> in <code>verbose-decimal-constructor</code> (<code>FURB157</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16777">#16777</a>)</li> <li>[<code>refurb</code>] Fix starred expressions fix (<code>FURB161</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16550">#16550</a>)</li> <li>Fix <code>--statistics</code> reporting for unsafe fixes (<a href="https://redirect.github.com/astral-sh/ruff/pull/16756">#16756</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-executables</code>] Allow <code>uv run</code> in shebang line for <code>shebang-missing-python</code> (<code>EXE003</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16849">#16849</a>,<a href="https://redirect.github.com/astral-sh/ruff/pull/16855">#16855</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Add <code>--exit-non-zero-on-format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16009">#16009</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update Ruff tutorial to avoid non-existent fix in <code>__init__.py</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/16818">#16818</a>)</li> <li>[<code>flake8-gettext</code>] Swap <code>format-</code> and <code>printf-in-get-text-func-call</code> examples (<code>INT002</code>, <code>INT003</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/16769">#16769</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/c1971fdde24b37e64baa70386d933715aeec13c6"><code>c1971fd</code></a> Bump 0.11.1 (<a href="https://redirect.github.com/astral-sh/ruff/issues/16871">#16871</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/cdafd8e32b1c4d76d61d6d6578a8a7fa5a63dab2"><code>cdafd8e</code></a> Allow discovery of venv in VIRTUAL_ENV env variable (<a href="https://redirect.github.com/astral-sh/ruff/issues/16853">#16853</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/12725943cd22a718ad527c235fc469244073acba"><code>1272594</code></a> Split git pathspecs in change determination onto separate lines (<a href="https://redirect.github.com/astral-sh/ruff/issues/16869">#16869</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/9d72685f8d5df21f4ae8b14bf5a90b2a5c17ffcd"><code>9d72685</code></a> Use the correct base commit for change determination (<a href="https://redirect.github.com/astral-sh/ruff/issues/16857">#16857</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/47c4ccff5d5cc90ad2ab556a5589cb30ee61dca6"><code>47c4ccf</code></a> Separate <code>BitXorOr</code> into <code>BitXor</code> and <code>BitOr</code> precedence (<a href="https://redirect.github.com/astral-sh/ruff/issues/16844">#16844</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/74f64d3f96d76fc252512acf30cf45b252be58f7"><code>74f64d3</code></a> Server: Allow <code>FixAll</code> action in presence of version-specific syntax errors (...</li> <li><a href="https://github.com/astral-sh/ruff/commit/999fd4f8851c66bc3852728efac927c57692cac2"><code>999fd4f</code></a> [<code>refurb</code>] Fix starred expressions fix (<code>FURB161</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/16550">#16550</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/433a3426567a1e836ecd38d3f69a6d6b7d4a3300"><code>433a342</code></a> [<code>flake8-executable</code>] Add pytest and uv run to help message for `shebang-miss...</li> <li><a href="https://github.com/astral-sh/ruff/commit/4ed93b4311a16fabea75287072d01b042a01eb40"><code>4ed93b4</code></a> Show more precise messages in invalid type expressions (<a href="https://redirect.github.com/astral-sh/ruff/issues/16850">#16850</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/98fdc0ebae5b1f8279d2400445acaf3f172a6513"><code>98fdc0e</code></a> [<code>flake8-executables</code>] Allow <code>uv run</code> in shebang line for `shebang-missing-py...</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.11.0...0.11.1">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.0&new-version=0.11.1)](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>
2 parents dd04372 + e629671 commit 0c4a94d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)