Skip to content

Commit 7136307

Browse files
chore(deps-dev): bump ty from 0.0.1a22 to 0.0.1a23 in the development-dependencies group (#410)
Bumps the development-dependencies group with 1 update: [ty](https://github.com/astral-sh/ty). Updates `ty` from 0.0.1a22 to 0.0.1a23 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ty/releases">ty's releases</a>.</em></p> <blockquote> <h2>0.0.1-alpha.23</h2> <h2>Release Notes</h2> <p>Released on 2025-10-16.</p> <h3>Bug fixes</h3> <ul> <li>Fix handling of dataclass <code>field()</code>s without default values (<a href="https://redirect.github.com/astral-sh/ruff/pull/20914">#20914</a>)</li> <li>Fix false-positive diagnostics on <code>super()</code> calls (<a href="https://redirect.github.com/astral-sh/ruff/pull/20814">#20814</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/20843">#20843</a>)</li> <li>Fix <code>match</code> pattern value narrowing to use equality semantics (<a href="https://redirect.github.com/astral-sh/ruff/pull/20882">#20882</a>)</li> <li>Fix &quot;missing root&quot; panic when handling completion requests (<a href="https://redirect.github.com/astral-sh/ruff/pull/20917">#20917</a>)</li> <li>Fix overwriting of declared base class attributes through undeclared subclass members (<a href="https://redirect.github.com/astral-sh/ruff/pull/20764">#20764</a>)</li> <li>Fix runaway execution time for mutually referential instance attributes (<a href="https://redirect.github.com/astral-sh/ruff/pull/20645">#20645</a>)</li> </ul> <h3>CLI</h3> <ul> <li>For <code>unresolved-import</code> diagnostics, limit the shown import paths to at most five, unless in verbose mode (<a href="https://redirect.github.com/astral-sh/ruff/pull/20912">#20912</a>)</li> <li>Write files that are slow to type check to log output (<a href="https://redirect.github.com/astral-sh/ruff/pull/20836">#20836</a>)</li> <li>Remove &quot;pre-release software&quot; warning (<a href="https://redirect.github.com/astral-sh/ruff/pull/20817">#20817</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Improve ranking of autocomplete suggestions (<a href="https://redirect.github.com/astral-sh/ruff/pull/20807">#20807</a>)</li> </ul> <h3>Type inference and diagnostics</h3> <ul> <li>Use return type annotations as context for bidirectional type inference (<a href="https://redirect.github.com/astral-sh/ruff/pull/20528">#20528</a>)</li> <li>Use bidirectional type context for <code>TypedDict</code> construction (<a href="https://redirect.github.com/astral-sh/ruff/pull/20806">#20806</a>)</li> <li>Add support for unpacking of heterogeneous tuples in unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/20377">#20377</a>)</li> <li>Add a new diagnostic for generic classes that reference typevars from an enclosing scope (<a href="https://redirect.github.com/astral-sh/ruff/pull/20822">#20822</a>)</li> <li>Add hint when accessing standard library module attributes that are not available on the configured Python version (<a href="https://redirect.github.com/astral-sh/ruff/pull/20909">#20909</a>)</li> <li>Treat functions, methods, and dynamic types as function-like <code>Callable</code>s (<a href="https://redirect.github.com/astral-sh/ruff/pull/20842">#20842</a>)</li> <li>Treat <code>Callable</code>s as bound-method descriptors in special cases (<a href="https://redirect.github.com/astral-sh/ruff/pull/20802">#20802</a>)</li> <li>Treat <code>Callable</code> dunder members as bound method descriptors (<a href="https://redirect.github.com/astral-sh/ruff/pull/20860">#20860</a>)</li> <li>Sync vendored typeshed stubs (<a href="https://redirect.github.com/astral-sh/ruff/pull/20876">#20876</a>). <a href="https://github.com/python/typeshed/compare/91055c730ffcda6311654cf32d663858ece69bad...d6f4a0f7102b1400a21742cf9b7ea93614e2b6ec">Typeshed diff</a></li> </ul> <h3>Performance improvements</h3> <ul> <li>Improve performance by caching union simplification type relations (<a href="https://redirect.github.com/astral-sh/ruff/pull/20477">#20477</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/mtshiba"><code>@​mtshiba</code></a></li> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/ericmarkmartin"><code>@​ericmarkmartin</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> <li><a href="https://github.com/sharkdp"><code>@​sharkdp</code></a></li> <li><a href="https://github.com/BurntSushi"><code>@​BurntSushi</code></a></li> <li><a href="https://github.com/Gankra"><code>@​Gankra</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ty/blob/main/CHANGELOG.md">ty's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>0.0.1-alpha.23</h2> <p>Released on 2025-10-16.</p> <h3>Bug fixes</h3> <ul> <li>Fix handling of dataclass <code>field()</code>s without default values (<a href="https://redirect.github.com/astral-sh/ruff/pull/20914">#20914</a>)</li> <li>Fix false-positive diagnostics on <code>super()</code> calls (<a href="https://redirect.github.com/astral-sh/ruff/pull/20814">#20814</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/20843">#20843</a>)</li> <li>Fix <code>match</code> pattern value narrowing to use equality semantics (<a href="https://redirect.github.com/astral-sh/ruff/pull/20882">#20882</a>)</li> <li>Fix &quot;missing root&quot; panic when handling completion requests (<a href="https://redirect.github.com/astral-sh/ruff/pull/20917">#20917</a>)</li> <li>Fix overwriting of declared base class attributes through undeclared subclass members (<a href="https://redirect.github.com/astral-sh/ruff/pull/20764">#20764</a>)</li> <li>Fix runaway execution time for mutually referential instance attributes (<a href="https://redirect.github.com/astral-sh/ruff/pull/20645">#20645</a>)</li> </ul> <h3>CLI</h3> <ul> <li>For <code>unresolved-import</code> diagnostics, limit the shown import paths to at most five, unless in verbose mode (<a href="https://redirect.github.com/astral-sh/ruff/pull/20912">#20912</a>)</li> <li>Write files that are slow to type check to log output (<a href="https://redirect.github.com/astral-sh/ruff/pull/20836">#20836</a>)</li> <li>Remove &quot;pre-release software&quot; warning (<a href="https://redirect.github.com/astral-sh/ruff/pull/20817">#20817</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Improve ranking of autocomplete suggestions (<a href="https://redirect.github.com/astral-sh/ruff/pull/20807">#20807</a>)</li> </ul> <h3>Type inference and diagnostics</h3> <ul> <li>Use return type annotations as context for bidirectional type inference (<a href="https://redirect.github.com/astral-sh/ruff/pull/20528">#20528</a>)</li> <li>Use bidirectional type context for <code>TypedDict</code> construction (<a href="https://redirect.github.com/astral-sh/ruff/pull/20806">#20806</a>)</li> <li>Add support for unpacking of heterogeneous tuples in unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/20377">#20377</a>)</li> <li>Add a new diagnostic for generic classes that reference typevars from an enclosing scope (<a href="https://redirect.github.com/astral-sh/ruff/pull/20822">#20822</a>)</li> <li>Add hint when accessing standard library module attributes that are not available on the configured Python version (<a href="https://redirect.github.com/astral-sh/ruff/pull/20909">#20909</a>)</li> <li>Treat functions, methods, and dynamic types as function-like <code>Callable</code>s (<a href="https://redirect.github.com/astral-sh/ruff/pull/20842">#20842</a>)</li> <li>Treat <code>Callable</code>s as bound-method descriptors in special cases (<a href="https://redirect.github.com/astral-sh/ruff/pull/20802">#20802</a>)</li> <li>Treat <code>Callable</code> dunder members as bound method descriptors (<a href="https://redirect.github.com/astral-sh/ruff/pull/20860">#20860</a>)</li> <li>Sync vendored typeshed stubs (<a href="https://redirect.github.com/astral-sh/ruff/pull/20876">#20876</a>). <a href="https://github.com/python/typeshed/compare/91055c730ffcda6311654cf32d663858ece69bad...d6f4a0f7102b1400a21742cf9b7ea93614e2b6ec">Typeshed diff</a></li> </ul> <h3>Performance improvements</h3> <ul> <li>Improve performance by caching union simplification type relations (<a href="https://redirect.github.com/astral-sh/ruff/pull/20477">#20477</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/mtshiba"><code>@​mtshiba</code></a></li> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/ericmarkmartin"><code>@​ericmarkmartin</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/ntBre"><code>@​ntBre</code></a></li> <li><a href="https://github.com/sharkdp"><code>@​sharkdp</code></a></li> <li><a href="https://github.com/BurntSushi"><code>@​BurntSushi</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ty/commit/5c51b84800ba2a85d57f52d726b0c8e005177ae4"><code>5c51b84</code></a> Bump version to 0.0.1-alpha.23 (<a href="https://redirect.github.com/astral-sh/ty/issues/1371">#1371</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/21edc6109a65d49f4ad750f241356ec093146082"><code>21edc61</code></a> Rooster config: ignore PRs labelled <code>documentation</code> or <code>playground</code> when gene...</li> <li><a href="https://github.com/astral-sh/ty/commit/09e2963e543e527b8277c0e54aa68239c8c61094"><code>09e2963</code></a> Fix references to &quot;possibly unbound&quot; diagnostics following rename to &quot;possibl...</li> <li><a href="https://github.com/astral-sh/ty/commit/327233026c9215ca283a395107e894ce9963dd65"><code>3272330</code></a> Update dependency python to 3.14 (<a href="https://redirect.github.com/astral-sh/ty/issues/1338">#1338</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/7b786401497a205705bf83d06288f9ed9d8bc96b"><code>7b78640</code></a> Update pre-commit dependencies (<a href="https://redirect.github.com/astral-sh/ty/issues/1339">#1339</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/808192afb0db199a5ab726050f777cbeb8dfbf61"><code>808192a</code></a> Update astral-sh/setup-uv action to v7 (<a href="https://redirect.github.com/astral-sh/ty/issues/1340">#1340</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/ty/compare/0.0.1-alpha.22...0.0.1-alpha.23">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ty&package-manager=pip&previous-version=0.0.1a22&new-version=0.0.1a23)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efedf0e commit 7136307

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

poetry.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)