Skip to content

Commit 48688a7

Browse files
⬆️🪝 Update patch updates (#345)
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.15.4` → `v0.15.5` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/astral-sh%2fruff-pre-commit/v0.15.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/astral-sh%2fruff-pre-commit/v0.15.4/v0.15.5?slim=true) | | [astral-sh/uv-pre-commit](https://redirect.github.com/astral-sh/uv-pre-commit) | repository | patch | `0.10.8` → `0.10.9` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/astral-sh%2fuv-pre-commit/0.10.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/astral-sh%2fuv-pre-commit/0.10.8/0.10.9?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.20` → `==0.0.21` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ty/0.0.21?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ty/0.0.20/0.0.21?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.15.5`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.15.5) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.15.4...v0.15.5) See: <https://github.com/astral-sh/ruff/releases/tag/0.15.5> </details> <details> <summary>astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)</summary> ### [`v0.10.9`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.10.9) [Compare Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.10.8...0.10.9) See: <https://github.com/astral-sh/uv/releases/tag/0.10.9> </details> <details> <summary>astral-sh/ty (ty)</summary> ### [`v0.0.21`](https://redirect.github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#0021) [Compare Source](https://redirect.github.com/astral-sh/ty/compare/0.0.20...0.0.21) Released on 2026-03-05. ##### Bug fixes - Avoid stack overflow with recursive typevar ([#&#8203;23652](https://redirect.github.com/astral-sh/ruff/pull/23652)) - Fix panic on incomplete except handlers ([#&#8203;23708](https://redirect.github.com/astral-sh/ruff/pull/23708)) - Allow unions of different-length iterables in `*args` unpacking into optional positional parameters ([#&#8203;23124](https://redirect.github.com/astral-sh/ruff/pull/23124)) - Don't replace `Any` attributes with `object` after `isinstance` narrowing ([#&#8203;23725](https://redirect.github.com/astral-sh/ruff/pull/23725)) ##### LSP server - Exclude decorators from class/def code folding ([#&#8203;23543](https://redirect.github.com/astral-sh/ruff/pull/23543)) - Fix handling of non-Python text documents ([#&#8203;23704](https://redirect.github.com/astral-sh/ruff/pull/23704)) ##### Configuration - Add `all` selector to `ty.json` schema ([#&#8203;23721](https://redirect.github.com/astral-sh/ruff/pull/23721)) - Fix precedence of `all` selector in TOML configurations ([#&#8203;23723](https://redirect.github.com/astral-sh/ruff/pull/23723)) - Make `all` selector case-sensitive ([#&#8203;23713](https://redirect.github.com/astral-sh/ruff/pull/23713)) ##### Type checking - Add `invalid-enum-member-annotation` lint rule ([#&#8203;23648](https://redirect.github.com/astral-sh/ruff/pull/23648)) - Add a diagnostic for an unused awaitable ([#&#8203;23650](https://redirect.github.com/astral-sh/ruff/pull/23650)) - Add a diagnostic if a `TypeVar` is used to specialize a `ParamSpec`, or vice versa ([#&#8203;23738](https://redirect.github.com/astral-sh/ruff/pull/23738)) - Add more type-variable default validation ([#&#8203;23639](https://redirect.github.com/astral-sh/ruff/pull/23639)) - Add unbound type variable detection in annotations ([#&#8203;23641](https://redirect.github.com/astral-sh/ruff/pull/23641)) - Apply narrowing to walrus values ([#&#8203;23687](https://redirect.github.com/astral-sh/ruff/pull/23687)) - Do not union `Unknown` into unannotated container types ([#&#8203;23718](https://redirect.github.com/astral-sh/ruff/pull/23718)) - Avoid inferring generics with negative intersections ([#&#8203;23750](https://redirect.github.com/astral-sh/ruff/pull/23750)) - More precise types for `name` and `value` of an enum ([#&#8203;23683](https://redirect.github.com/astral-sh/ruff/pull/23683)) - Better preserve user-provided union order in inferred specializations ([#&#8203;23715](https://redirect.github.com/astral-sh/ruff/pull/23715)) - Support narrowing in ternary expressions ([#&#8203;23726](https://redirect.github.com/astral-sh/ruff/pull/23726)) - Validate bare ParamSpec usage in type annotations, and support stringified ParamSpecs as the first argument to `Callable` ([#&#8203;23625](https://redirect.github.com/astral-sh/ruff/pull/23625)) ##### Contributors - [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh) - [@&#8203;zsol](https://redirect.github.com/zsol) - [@&#8203;Gankra](https://redirect.github.com/Gankra) - [@&#8203;MichaReiser](https://redirect.github.com/MichaReiser) - [@&#8203;AlexWaygood](https://redirect.github.com/AlexWaygood) - [@&#8203;rizzip](https://redirect.github.com/rizzip) - [@&#8203;iksuddle](https://redirect.github.com/iksuddle) - [@&#8203;dcreager](https://redirect.github.com/dcreager) - [@&#8203;BurntSushi](https://redirect.github.com/BurntSushi) - [@&#8203;carljm](https://redirect.github.com/carljm) - [@&#8203;oconnor663](https://redirect.github.com/oconnor663) </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-Software-Stack/QDMI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicHJlLWNvbW1pdCIsInB5dGhvbiJdfQ==--> 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 d905b93 commit 48688a7

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

templates/device/.pre-commit-config.yaml

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

4848
# Ensure uv lock file is up-to-date
4949
- repo: https://github.com/astral-sh/uv-pre-commit
50-
rev: 0.10.8
50+
rev: 0.10.9
5151
hooks:
5252
- id: uv-lock
5353

5454
# Python linting using ruff
5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.15.4
56+
rev: v0.15.5
5757
hooks:
5858
- id: ruff-check
5959
- id: ruff-format

templates/device/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test = [
6363
dev = [
6464
{include-group = "test"},
6565
"nox>=2025.11.12",
66-
"ty==0.0.20",
66+
"ty==0.0.21",
6767
]
6868

6969

templates/device/uv.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)