Skip to content

Commit e1fd08e

Browse files
⬆️🐍 Update dependency ty to v0.0.5 (#803)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ty](https://redirect.github.com/astral-sh/ty) ([changelog](https://redirect.github.com/astral-sh/ty/blob/main/CHANGELOG.md)) | `==0.0.4` -> `==0.0.5` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ty/0.0.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ty/0.0.4/0.0.5?slim=true) | --- ### Release Notes <details> <summary>astral-sh/ty (ty)</summary> ### [`v0.0.5`](https://redirect.github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#005) [Compare Source](https://redirect.github.com/astral-sh/ty/compare/0.0.4...0.0.5) Released on 2025-12-20. ##### Bug fixes - Fix debug-mode server panic when a user typed a class definition by ensuring class arguments are visited in source order for semantic tokens ([#&#8203;22063](https://redirect.github.com/astral-sh/ruff/pull/22063)) ##### LSP server - Classify docstrings in semantic tokens during syntax highlighting ([#&#8203;22031](https://redirect.github.com/astral-sh/ruff/pull/22031)) ##### CLI - Add `--force-exclude` option ([#&#8203;22076](https://redirect.github.com/astral-sh/ruff/pull/22076)) - Only clear output between two successful checks ([#&#8203;22078](https://redirect.github.com/astral-sh/ruff/pull/22078)) ##### Other changes - Add support for `dict(...)` calls in `TypedDict` contexts ([#&#8203;22113](https://redirect.github.com/astral-sh/ruff/pull/22113)) - Speedup bidirectional type-checking involving large unions by avoiding narrowing on non-generic calls ([#&#8203;22102](https://redirect.github.com/astral-sh/ruff/pull/22102)) - Simplify inferred types by avoiding storing multi-inference attempts ([#&#8203;22062](https://redirect.github.com/astral-sh/ruff/pull/22062), [#&#8203;22103](https://redirect.github.com/astral-sh/ruff/pull/22103)) - Improve union builder performance ([#&#8203;22048](https://redirect.github.com/astral-sh/ruff/pull/22048)) - Only prefer declared types in non-covariant positions ([#&#8203;22068](https://redirect.github.com/astral-sh/ruff/pull/22068)) - Respect intersections in iterations ([#&#8203;21965](https://redirect.github.com/astral-sh/ruff/pull/21965)) - Sync vendored typeshed stubs ([#&#8203;22091](https://redirect.github.com/astral-sh/ruff/pull/22091)). [Typeshed diff](https://redirect.github.com/python/typeshed/compare/ef2b90c67e5c668b91b3ae121baf00ee5165c30b...3c2dbb1fde8e8d1d59b10161c8bf5fd06c0011cd) - Understand that the type of `X` on an enum class will be `int` if `X` is defined using `enum.nonmember` in the class definition ([#&#8203;22025](https://redirect.github.com/astral-sh/ruff/pull/22025)) ##### Contributors - [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh) - [@&#8203;ibraheemdev](https://redirect.github.com/ibraheemdev) - [@&#8203;RasmusNygren](https://redirect.github.com/RasmusNygren) - [@&#8203;Hugo-Polloli](https://redirect.github.com/Hugo-Polloli) - [@&#8203;carljm](https://redirect.github.com/carljm) - [@&#8203;Gankra](https://redirect.github.com/Gankra) - [@&#8203;MichaReiser](https://redirect.github.com/MichaReiser) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicHl0aG9uIl19--> 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 d82ef5b commit e1fd08e

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,5 +389,5 @@ dev = [
389389
{include-group = "build"},
390390
{include-group = "test"},
391391
"nox>=2025.11.12",
392-
"ty==0.0.4",
392+
"ty==0.0.5",
393393
]

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)