dependabot[bot] opened a new pull request, #16603:
URL: https://github.com/apache/lucene/pull/16603

   Bumps [ty](https://github.com/astral-sh/ty) from 0.0.63 to 0.0.74.
   <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.74</h2>
   <h2>Release Notes</h2>
   <p>Released on 2026-08-22.</p>
   <h3>Bug fixes</h3>
   <ul>
   <li>Avoid duplicate bindings in multi-target assignments (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27938";>#27938</a>)</li>
   <li>Avoid panic on unpacked kwargs in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27963";>#27963</a>)</li>
   <li>Fix stack overflow in recursive <code>TypedDict</code> dictionary 
compatibility (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27951";>#27951</a>)</li>
   <li>Handle assignment expressions in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27921";>#27921</a>)</li>
   <li>Handle dynamic classes in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27883";>#27883</a>)</li>
   <li>Preserve string annotation context in lambda defaults and 
<code>TypedDict</code> types (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27914";>#27914</a>)</li>
   <li>Skip invalid subscript arguments in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27917";>#27917</a>)</li>
   <li>Skip invalid subscript operands in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27882";>#27882</a>)</li>
   </ul>
   <h3>LSP server</h3>
   <ul>
   <li>Add <code>untrustedWorkspace</code> option to the LSP (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27828";>#27828</a>)</li>
   <li>Add executable discovery to the server command (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27806";>#27806</a>)</li>
   <li>Handle file-valued workspace folders from Zed (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27836";>#27836</a>)</li>
   <li>Skip scripts with an invalid PEP 723 configuration (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27505";>#27505</a>)</li>
   <li>Support pull diagnostics for notebook cells (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27778";>#27778</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Update mypy/pyright comparison table (<a 
href="https://redirect.github.com/astral-sh/ty/pull/4165";>#4165</a>)</li>
   </ul>
   <h3>Diagnostics</h3>
   <ul>
   <li>Add an opt-in <code>unsound-assignment</code> rule for variables (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27874";>#27874</a>)</li>
   <li>Fix variadic signature display (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27869";>#27869</a>)</li>
   <li>Highlight declarations in invalid-assignment diagnostics (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27872";>#27872</a>)</li>
   <li>Improve <code>LiteralString</code> suggestions in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27931";>#27931</a>)</li>
   <li>Use <code>invalid-type-form</code> for non-generic class annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27889";>#27889</a>)</li>
   </ul>
   <h3>Core type checking</h3>
   <ul>
   <li>Add bounded constraint solution projections (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27949";>#27949</a>)</li>
   <li>Fix invariant gradual tuple materialization ranges (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27946";>#27946</a>)</li>
   <li>Guard recursive constructor bindings by receiver (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27958";>#27958</a>)</li>
   <li>Preserve all alternatives in bounded intersections (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27898";>#27898</a>)</li>
   <li>Preserve keyword safety for unpacked callables (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27517";>#27517</a>)</li>
   <li>Preserve source protocol members and classify finite aliases (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27772";>#27772</a>)</li>
   <li>Preserve type-variable order when reloading constraints (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27904";>#27904</a>)</li>
   <li>Propagate narrowing through statically known branches (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27752";>#27752</a>)</li>
   <li>Recognize ABC metaclass methods on protocols (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27897";>#27897</a>)</li>
   <li>Support <code>__slots__</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27730";>#27730</a>)</li>
   </ul>
   <h3>Performance</h3>
   <!-- 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>
   <h2>0.0.74</h2>
   <p>Released on 2026-08-22.</p>
   <h3>Bug fixes</h3>
   <ul>
   <li>Avoid duplicate bindings in multi-target assignments (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27938";>#27938</a>)</li>
   <li>Avoid panic on unpacked kwargs in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27963";>#27963</a>)</li>
   <li>Fix stack overflow in recursive <code>TypedDict</code> dictionary 
compatibility (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27951";>#27951</a>)</li>
   <li>Handle assignment expressions in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27921";>#27921</a>)</li>
   <li>Handle dynamic classes in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27883";>#27883</a>)</li>
   <li>Preserve string annotation context in lambda defaults and 
<code>TypedDict</code> types (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27914";>#27914</a>)</li>
   <li>Skip invalid subscript arguments in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27917";>#27917</a>)</li>
   <li>Skip invalid subscript operands in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27882";>#27882</a>)</li>
   </ul>
   <h3>LSP server</h3>
   <ul>
   <li>Add <code>untrustedWorkspace</code> option to the LSP (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27828";>#27828</a>)</li>
   <li>Add executable discovery to the server command (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27806";>#27806</a>)</li>
   <li>Handle file-valued workspace folders from Zed (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27836";>#27836</a>)</li>
   <li>Skip scripts with an invalid PEP 723 configuration (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27505";>#27505</a>)</li>
   <li>Support pull diagnostics for notebook cells (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27778";>#27778</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Update mypy/pyright comparison table (<a 
href="https://redirect.github.com/astral-sh/ty/pull/4165";>#4165</a>)</li>
   </ul>
   <h3>Diagnostics</h3>
   <ul>
   <li>Add an opt-in <code>unsound-assignment</code> rule for variables (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27874";>#27874</a>)</li>
   <li>Fix variadic signature display (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27869";>#27869</a>)</li>
   <li>Highlight declarations in invalid-assignment diagnostics (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27872";>#27872</a>)</li>
   <li>Improve <code>LiteralString</code> suggestions in string annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27931";>#27931</a>)</li>
   <li>Use <code>invalid-type-form</code> for non-generic class annotations (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27889";>#27889</a>)</li>
   </ul>
   <h3>Core type checking</h3>
   <ul>
   <li>Add bounded constraint solution projections (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27949";>#27949</a>)</li>
   <li>Fix invariant gradual tuple materialization ranges (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27946";>#27946</a>)</li>
   <li>Guard recursive constructor bindings by receiver (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27958";>#27958</a>)</li>
   <li>Preserve all alternatives in bounded intersections (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27898";>#27898</a>)</li>
   <li>Preserve keyword safety for unpacked callables (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27517";>#27517</a>)</li>
   <li>Preserve source protocol members and classify finite aliases (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27772";>#27772</a>)</li>
   <li>Preserve type-variable order when reloading constraints (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27904";>#27904</a>)</li>
   <li>Propagate narrowing through statically known branches (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27752";>#27752</a>)</li>
   <li>Recognize ABC metaclass methods on protocols (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27897";>#27897</a>)</li>
   <li>Support <code>__slots__</code> (<a 
href="https://redirect.github.com/astral-sh/ruff/pull/27730";>#27730</a>)</li>
   </ul>
   <h3>Performance</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/astral-sh/ty/commit/00199f0aaa6a8cd264fea08eae4f3c3fe4451c17";><code>00199f0</code></a>
 Bump version to 0.0.74 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4351";>#4351</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/5769062fa10db84f6c03145bdf42d0b8da9aeb63";><code>5769062</code></a>
 Update mypy/pyright comparison table (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4165";>#4165</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/4fcb06010f2219b80adf3e688964abd9b0d72866";><code>4fcb060</code></a>
 Remove Zulip from the PGO training (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4336";>#4336</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/a7a706442a710db4a93c1a79779dff5ec5824cf6";><code>a7a7064</code></a>
 Use the versions bot's ruleset bypass when merging (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4333";>#4333</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/01b0fab0093c64535a401bc2731f80d7f5b6a7a8";><code>01b0fab</code></a>
 Update prek dependencies (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4325";>#4325</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/deef42f517bfbacb2ffe673046bef1e206c6b8ab";><code>deef42f</code></a>
 Update dependency python to 3.14 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4326";>#4326</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/6d35edf08fcb46a737590068e946e54d4046fa75";><code>6d35edf</code></a>
 Update astral-sh/setup-uv action to v10 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4327";>#4327</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/4bd2833c4f59f729fa1f5d1a4e136e686cd01221";><code>4bd2833</code></a>
 Bump version to 0.0.73 (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4322";>#4322</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/93d0d4fc702c6d983f3d1237998a91caf086d898";><code>93d0d4f</code></a>
 Disable known GitHub cache clients in release workflows (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4317";>#4317</a>)</li>
   <li><a 
href="https://github.com/astral-sh/ty/commit/ec4806b4866229677fdebe867e3095476b236f05";><code>ec4806b</code></a>
 Harden release workflow permissions and shell inputs (<a 
href="https://redirect.github.com/astral-sh/ty/issues/4319";>#4319</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/ty/compare/0.0.63...0.0.74";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ty&package-manager=uv&previous-version=0.0.63&new-version=0.0.74)](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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to