Skip to content

Commit 366551c

Browse files
⬆️🪝 Update patch versions (#826)
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [astral-sh/ruff-pre-commit](https://redirect.github.com/astral-sh/ruff-pre-commit) | repository | patch | `v0.14.11` → `v0.14.13` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/astral-sh%2fruff-pre-commit/v0.14.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/astral-sh%2fruff-pre-commit/v0.14.11/v0.14.13?slim=true) | | [astral-sh/uv-pre-commit](https://redirect.github.com/astral-sh/uv-pre-commit) | repository | patch | `0.9.24` → `0.9.26` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/astral-sh%2fuv-pre-commit/0.9.26?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/astral-sh%2fuv-pre-commit/0.9.24/0.9.26?slim=true) | | [ty](https://redirect.github.com/astral-sh/ty) ([changelog](https://redirect.github.com/astral-sh/ty/blob/main/CHANGELOG.md)) | dependency-groups | patch | `==0.0.11` → `==0.0.12` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ty/0.0.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ty/0.0.11/0.0.12?slim=true) | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)</summary> ### [`v0.14.13`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.13) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.12...v0.14.13) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.13> ### [`v0.14.12`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.12) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.11...v0.14.12) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.12> </details> <details> <summary>astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)</summary> ### [`v0.9.26`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.9.26) [Compare Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.9.25...0.9.26) See: <https://github.com/astral-sh/uv/releases/tag/0.9.26> ### [`v0.9.25`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.9.25) [Compare Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.9.24...0.9.25) See: <https://github.com/astral-sh/uv/releases/tag/0.9.25> </details> <details> <summary>astral-sh/ty (ty)</summary> ### [`v0.0.12`](https://redirect.github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#0012) [Compare Source](https://redirect.github.com/astral-sh/ty/compare/0.0.11...0.0.12) Released on 2026-01-14. ##### Bug fixes - Avoid panic that could occur when `cast`ing an object to a TypedDict or union of TypedDicts ([#&#8203;22509](https://redirect.github.com/astral-sh/ruff/pull/22509)) - Fix incorrect narrowing for `if type(x) == y` ([#&#8203;22531](https://redirect.github.com/astral-sh/ruff/pull/22531)) - Fix stack overflow with recursive type aliases containing tuple types ([#&#8203;22543](https://redirect.github.com/astral-sh/ruff/pull/22543)) - `functools.total_ordering`: ensure the signatures of generated methods reflect the signature of the user-provided method ([#&#8203;22496](https://redirect.github.com/astral-sh/ruff/pull/22496)) - Support `dataclass_transform` as a function call ([#&#8203;22378](https://redirect.github.com/astral-sh/ruff/pull/22378)) - Use the top materialization of classes for `if type(x) is y` narrowing. For example, `if type(x) is tuple` will cause the type of `x` to be intersected with `tuple[object, ...]` rather than `tuple[Unknown, ...]`. ([#&#8203;22553](https://redirect.github.com/astral-sh/ruff/pull/22553)) - Avoid emitting Liskov violations with respect to a grandparent class if such violations could not be fixed without introducing Liskov violations with respect to a parent class ([#&#8203;22484](https://redirect.github.com/astral-sh/ruff/pull/22484)) - Fix interaction between classmethod, contextmanager, and Self ([#&#8203;22407](https://redirect.github.com/astral-sh/ruff/pull/22407)) - Check contravariant type variable bounds contravariantly in specialization inference ([#&#8203;22488](https://redirect.github.com/astral-sh/ruff/pull/22488)) - Fix false positive for bounded type parameters with NewType ([#&#8203;22542](https://redirect.github.com/astral-sh/ruff/pull/22542)) ##### Type checking - Add support for dynamic `type()` classes ([#&#8203;22291](https://redirect.github.com/astral-sh/ruff/pull/22291), [#&#8203;22499](https://redirect.github.com/astral-sh/ruff/pull/22499), [#&#8203;22537](https://redirect.github.com/astral-sh/ruff/pull/22537), [#&#8203;22480](https://redirect.github.com/astral-sh/ruff/pull/22480)) - Add support for functional `namedtuple` creation ([#&#8203;22327](https://redirect.github.com/astral-sh/ruff/pull/22327), [#&#8203;22573](https://redirect.github.com/astral-sh/ruff/pull/22573), [#&#8203;22575](https://redirect.github.com/astral-sh/ruff/pull/22575), [#&#8203;22574](https://redirect.github.com/astral-sh/ruff/pull/22574)) - Add a diagnostic for non-decorator uses of `final` ([#&#8203;22555](https://redirect.github.com/astral-sh/ruff/pull/22555)) - Add diagnostic to catch generic enums ([#&#8203;22482](https://redirect.github.com/astral-sh/ruff/pull/22482)) - Add diagnostics for `__init_subclass__` argument mismatch ([#&#8203;22185](https://redirect.github.com/astral-sh/ruff/pull/22185)) - Add diagnostics to validate `TypeIs` and `TypeGuard` definitions ([#&#8203;22300](https://redirect.github.com/astral-sh/ruff/pull/22300)) - Apply type narrowing to walrus targets ([#&#8203;22369](https://redirect.github.com/astral-sh/ruff/pull/22369)) - Detect invalid `@total_ordering` applications in non-decorator contexts ([#&#8203;22486](https://redirect.github.com/astral-sh/ruff/pull/22486)) - Fix `@Todo` type for starred expressions ([#&#8203;22503](https://redirect.github.com/astral-sh/ruff/pull/22503)) - Improve disambiguation of types in diagnostics ([#&#8203;22547](https://redirect.github.com/astral-sh/ruff/pull/22547)) - Include type parameters in the display for generic `Callable` types ([#&#8203;22435](https://redirect.github.com/astral-sh/ruff/pull/22435)) - Infer `type[Unknown]` for calls to `type()` when overload evaluation is ambiguous ([#&#8203;22569](https://redirect.github.com/astral-sh/ruff/pull/22569)) - Support assignment to unions of `TypedDict`s ([#&#8203;22294](https://redirect.github.com/astral-sh/ruff/pull/22294)) - Use the key and value parameter types as type context for `__setitem__` dunder calls ([#&#8203;22148](https://redirect.github.com/astral-sh/ruff/pull/22148)) - Narrow the right-hand side of `==`, `!=`, `is` and `is not` conditions when the left-hand side is not narrowable ([#&#8203;22511](https://redirect.github.com/astral-sh/ruff/pull/22511)) ##### LSP server - Fix `__file__` type in completions to show `str` instead of `str | None` when the inferred type is `str` ([#&#8203;22510](https://redirect.github.com/astral-sh/ruff/pull/22510)) - Improve rendering of ReST directives in docstrings ([#&#8203;22512](https://redirect.github.com/astral-sh/ruff/pull/22512)) ##### Contributors - [@&#8203;eclbg](https://redirect.github.com/eclbg) - [@&#8203;RasmusNygren](https://redirect.github.com/RasmusNygren) - [@&#8203;carljm](https://redirect.github.com/carljm) - [@&#8203;drbh](https://redirect.github.com/drbh) - [@&#8203;AryanBagade](https://redirect.github.com/AryanBagade) - [@&#8203;bxff](https://redirect.github.com/bxff) - [@&#8203;ibraheemdev](https://redirect.github.com/ibraheemdev) - [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh) - [@&#8203;AlexWaygood](https://redirect.github.com/AlexWaygood) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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/munich-quantum-toolkit/qcec). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicHJlLWNvbW1pdCIsInB5dGhvbiJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c01492c commit 366551c

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ repos:
6666

6767
# Ensure uv lock file is up-to-date
6868
- repo: https://github.com/astral-sh/uv-pre-commit
69-
rev: 0.9.24
69+
rev: 0.9.26
7070
hooks:
7171
- id: uv-lock
7272

7373
# Python linting and formatting using ruff
7474
- repo: https://github.com/astral-sh/ruff-pre-commit
75-
rev: v0.14.11
75+
rev: v0.14.13
7676
hooks:
7777
- id: ruff-check
7878
- id: ruff-format

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,5 +390,5 @@ dev = [
390390
{include-group = "build"},
391391
{include-group = "test"},
392392
"nox>=2025.11.12",
393-
"ty==0.0.11",
393+
"ty==0.0.12",
394394
]

uv.lock

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

0 commit comments

Comments
 (0)