Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
astral-sh/uv-pre-commit repository patch 0.9.220.9.24 age confidence
munich-quantum-toolkit/templates action patch v1.1.11v1.1.12 age confidence
munich-quantum-toolkit/workflows action patch v1.17.10v1.17.11 age confidence
ty (changelog) dependency-groups patch ==0.0.8==0.0.11 age confidence

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 if you have any questions.


Release Notes

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.9.24

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.24

v0.9.23

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.23

munich-quantum-toolkit/templates (munich-quantum-toolkit/templates)

v1.1.12

Compare Source

Added
Removed
munich-quantum-toolkit/workflows (munich-quantum-toolkit/workflows)

v1.17.11

Compare Source

📚 Refer to the GitHub Release Notes for previous changelogs.

astral-sh/ty (ty)

v0.0.11

Compare Source

Released on 2026-01-09.

Bug fixes
  • Fix super() with TypeVar-annotated self and cls parameter (#​22208)
  • Only consider fully static pivots when deriving transitive constraints (#​22444)
LSP server
  • Don't show diagnostics for excluded files (#​22455)
  • Fix goto definition for relative imports in third-party files (#​22457)
  • Improve completion ranking based on origin and exact match (#​22460)
  • Rank top-level module symbols above most other symbols (#​22465)
Configuration
  • Enable unused-type-ignore-comment by default (#​22474)
Performance
  • Improve UnionBuilder performance by changing Type::is_subtype_of calls to Type::is_redundant_with (#​22337)
  • Optimize union building for unions with many enum-literal members (#​22363)-
Other changes
  • Declare support for Python 3.14 (#​2407)
  • Remove dark-mode handling from PyPI-uploaded README (#​2422)
Contributors

v0.0.10

Compare Source

Released on 2026-01-07.

Bug fixes
  • Fix stack overflow due to too small stack size (#​22433)
  • Fix stale semantic tokens after opening the same document with new content (#​22414)
  • Fix handling of ParamSpec in overloaded functions (#​22416)
  • Fix comparisons and arithmetic with NewTypes of float (#​22105)
  • Fix several issues with unannotated function return types (#​22425)
  • Fix handling of subclasses in Callables (#​22411)
LSP server
  • Add support for explicit markdown code fences in docstring rendering (#​22373, #​22408)
  • Offer completions for T when a value has type Unknown | T (#​22436)
  • Sort keyword argument completions higher (#​22297)
Core type checking
  • Add support for @total_ordering (#​22181, #​22183)
  • Better simplification of intersections of tuples (#​22094)
  • Support comparisons between variable-length tuples (#​21824)
  • Emit diagnostics for method definitions and other invalid statements in TypedDict class bodies (#​22351)
  • Improve type-narrowing in calls to len() (#​22330)
CLI
Configuration
  • include = ["myscript"] will now check myscript even though it doesn't have a Python extension (#​22243)
Performance
  • Optimize intersections with a single negated element (#​22344)
  • Optimize negated types (#​22402)
Documentation
  • Link to Callable __name__ FAQ directly from unresolved-attribute diagnostic (#​22437)
Contributors

v0.0.9

Compare Source

Released on 2026-01-05.

Bug fixes
  • Emit a diagnostic if a class decorator is not a callable accepting a type (#​22375)
  • Fix exhaustiveness inference for unions that include enums (#​22290)
Core type checking
  • Support typing.TypeGuard (#​20974)
  • Treat __setattr__ as fallback-only (#​22014)
  • Don't expand type aliases via type mappings unless necessary. This means that the displayed signature of a bound methods will no longer eagerly expand type aliases into their aliased types (#​22241)
  • Narrow TypedDict unions with not in (#​22349)
  • Don't including property in subclasses properties (#​22088)
  • Narrow tagged unions of TypedDicts in match statements (#​22299)
  • Teach bidirectional inference about subtyping. This allows x to be inferred as list[int] for x: Iterable[int] = [42] (#​21930)
  • Support narrowing for tagged unions of tuples where one element of the tuple is a Literal type (#​22303)
LSP server
  • Add autocomplete suggestions for keyword arguments in class statements (#​22110)
  • Avoid showing misleading inlay hint for unpacked tuple arguments (#​22286)
Other changes
Contributors

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added dependencies Pull requests that update a dependency file github-actions pre-commit Pull requests that update pre-commit checks python Anything related to Python code labels Jan 10, 2026
@renovate renovate bot enabled auto-merge (squash) January 10, 2026 01:26
@github-project-automation github-project-automation bot moved this to In Progress in MQT Verification Jan 10, 2026
@codecov
Copy link

codecov bot commented Jan 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate renovate bot merged commit f6db9a0 into main Jan 10, 2026
42 checks passed
@renovate renovate bot deleted the renovate/all-patch branch January 10, 2026 02:55
@github-project-automation github-project-automation bot moved this from In Progress to Done in MQT Verification Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github-actions pre-commit Pull requests that update pre-commit checks python Anything related to Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant