From 371d60cff1c820bc3cebca90284dd07809e3ede4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:01:25 +0000 Subject: [PATCH] Update dependency ruff to v0.14.13 (#22697) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ruff](https://docs.astral.sh/ruff) ([source](https://redirect.github.com/astral-sh/ruff), [changelog](https://redirect.github.com/astral-sh/ruff/blob/main/CHANGELOG.md)) | `==0.14.11` → `==0.14.13` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.14.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.14.11/0.14.13?slim=true) | --- ### Release Notes
astral-sh/ruff (ruff) ### [`v0.14.13`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#01413) Released on 2026-01-15. This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12. ### [`v0.14.12`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#01412) Released on 2026-01-15. ##### Preview features - \[`flake8-blind-except`] Allow more logging methods (`BLE001`) ([#​22057](https://redirect.github.com/astral-sh/ruff/pull/22057)) - \[`ruff`] Respect `lint.pydocstyle.property-decorators` in `RUF066` ([#​22515](https://redirect.github.com/astral-sh/ruff/pull/22515)) ##### Bug fixes - Fix configuration path in `--show-settings` ([#​22478](https://redirect.github.com/astral-sh/ruff/pull/22478)) - Respect `fmt: skip` for multiple statements on the same logical line ([#​22119](https://redirect.github.com/astral-sh/ruff/pull/22119)) ##### Rule changes - \[`pydocstyle`] Update Rust crate imperative to v1.0.7 (`D401`) ([#​22519](https://redirect.github.com/astral-sh/ruff/pull/22519)) - \[`isort`] Insert imports in alphabetical order (`I002`) ([#​22493](https://redirect.github.com/astral-sh/ruff/pull/22493)) ##### Documentation - Add llms.txt support for documentation ([#​22463](https://redirect.github.com/astral-sh/ruff/pull/22463)) - Use prek in documentation and CI ([#​22505](https://redirect.github.com/astral-sh/ruff/pull/22505)) - \[`flake8-pytest-style`] Add `check` parameter example to `PT017` docs ([#​22546](https://redirect.github.com/astral-sh/ruff/pull/22546)) - \[`ruff`] Make example error out-of-the-box (`RUF103`) ([#​22558](https://redirect.github.com/astral-sh/ruff/pull/22558)) - \[`ruff`] document `RUF100` trailing comment fix behavior ([#​22479](https://redirect.github.com/astral-sh/ruff/pull/22479)) ##### Other changes - wasm: Require explicit logging initialization ([#​22587](https://redirect.github.com/astral-sh/ruff/pull/22587)) ##### Contributors - [@​terror](https://redirect.github.com/terror) - [@​harupy](https://redirect.github.com/harupy) - [@​Jkhall81](https://redirect.github.com/Jkhall81) - [@​dhruvmanila](https://redirect.github.com/dhruvmanila) - [@​lubaskinc0de](https://redirect.github.com/lubaskinc0de) - [@​zanieb](https://redirect.github.com/zanieb) - [@​MeGaGiGaGon](https://redirect.github.com/MeGaGiGaGon) - [@​charliermarsh](https://redirect.github.com/charliermarsh) - [@​renovate](https://redirect.github.com/renovate) - [@​dylwil3](https://redirect.github.com/dylwil3) - [@​MichaReiser](https://redirect.github.com/MichaReiser) - [@​11happy](https://redirect.github.com/11happy)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a68b4c60d1..ba7b741534 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ PyYAML==6.0.3 -ruff==0.14.11 +ruff==0.14.13 mkdocs==1.6.1 mkdocs-material==9.7.1 mkdocs-redirects==1.2.2