Skip to content

Commit 13b3448

Browse files
Update dependency ty to >=0.0.55,<0.0.56 (#861)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ty](http://anaconda.org/conda-forge/ty) ([source](https://redirect.github.com/astral-sh/ty)) | feature-analysis | patch | `>=0.0.54,<0.0.55` → `>=0.0.55,<0.0.56` | --- ### Release Notes <details> <summary>astral-sh/ty (ty)</summary> ### [`v0.0.55`](https://redirect.github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#0055) [Compare Source](https://redirect.github.com/astral-sh/ty/compare/0.0.54...0.0.55) Released on 2026-06-26. ##### LSP server - Render full diagnostics in color ([#&#8203;26384](https://redirect.github.com/astral-sh/ruff/pull/26384)) ##### Documentation - Document colored diagnostic output ([#&#8203;3858](https://redirect.github.com/astral-sh/ty/pull/3858)) ##### Performance - Improve vendored filesystem concurrency ([#&#8203;26408](https://redirect.github.com/astral-sh/ruff/pull/26408)) - Optimize enum comparisons in equality evaluation ([#&#8203;26340](https://redirect.github.com/astral-sh/ruff/pull/26340)) - Remove redundant semantic index shrinks ([#&#8203;26392](https://redirect.github.com/astral-sh/ruff/pull/26392)) - Use never-change durability for one-shot checks ([#&#8203;26359](https://redirect.github.com/astral-sh/ruff/pull/26359)) ##### Core type checking - Correct enum alias detection and scalar constructors ([#&#8203;26345](https://redirect.github.com/astral-sh/ruff/pull/26345)) - Fix structural pattern binding inference ([#&#8203;26411](https://redirect.github.com/astral-sh/ruff/pull/26411)) - Improve variable-length tuple slicing ([#&#8203;26151](https://redirect.github.com/astral-sh/ruff/pull/26151)) - Infer class and mapping pattern bindings ([#&#8203;25941](https://redirect.github.com/astral-sh/ruff/pull/25941)) - Infer empty collection constructors from later uses ([#&#8203;26389](https://redirect.github.com/astral-sh/ruff/pull/26389)) - Skip shadowed submodule bindings during import analysis ([#&#8203;26385](https://redirect.github.com/astral-sh/ruff/pull/26385)) - Sync vendored typeshed stubs ([#&#8203;26406](https://redirect.github.com/astral-sh/ruff/pull/26406)). [Typeshed diff](https://redirect.github.com/python/typeshed/compare/8e6a886ca5b14742924be721d345a619762d6e93...3c6221722aac5bd9dbfc5fbf7b4f0bf64b2c5724) - Track literal iterable emptiness for reachability ([#&#8203;25222](https://redirect.github.com/astral-sh/ruff/pull/25222)) - Validate positional class patterns against `__match_args__` ([#&#8203;26195](https://redirect.github.com/astral-sh/ruff/pull/26195)) ##### Contributors - [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh) - [@&#8203;carljm](https://redirect.github.com/carljm) - [@&#8203;AlexWaygood](https://redirect.github.com/AlexWaygood) - [@&#8203;MichaReiser](https://redirect.github.com/MichaReiser) - [@&#8203;mtshiba](https://redirect.github.com/mtshiba) - [@&#8203;felixscherz](https://redirect.github.com/felixscherz) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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/trafalmadorian97/mecfs_bioinformatics). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5b5dee commit 13b3448

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

pixi.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ awscli = ">=2.33.8,<3"
7979
r-rfast = ">=2.1.5.2,<3"
8080
r-seurat = ">=5.4.0,<6"
8181
r-cpp11 = ">=0.5,<1"
82-
ty = ">=0.0.54,<0.0.55"
82+
ty = ">=0.0.55,<0.0.56"
8383
actionlint = ">=1.7.12,<2"
8484
shellcheck = ">=0.11.0,<0.12"
8585

0 commit comments

Comments
 (0)