Commit 3b8e612
authored
Bump ty from 0.0.28 to 0.0.29 in the python group (#175)
Bumps the python group with 1 update:
[ty](https://github.com/astral-sh/ty).
Updates `ty` from 0.0.28 to 0.0.29
<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.29</h2>
<h2>Release Notes</h2>
<p>Released on 2026-04-05.</p>
<h3>Bug fixes</h3>
<ul>
<li>Avoid special-casing for <code>dataclasses.field</code> if it's not
in <code>field_specifiers</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24397">#24397</a>)</li>
<li>Reject unsupported <code>environment.python-version</code> values in
configuration files (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24402">#24402</a>)</li>
<li>Respect supported lower bounds from <code>requires-python</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24401">#24401</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Add support for <code>types.new_class</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23144">#23144</a>)</li>
<li>Fix PEP 695 type aliases in <code>with</code> statement (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24395">#24395</a>)</li>
<li>Respect <code>__new__</code> and metaclass <code>__call__</code>
return types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24357">#24357</a>)</li>
<li>Treat enum attributes with type annotations as members (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23776">#23776</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a href="https://github.com/carljm"><code>@carljm</code></a></li>
</ul>
<h2>Install ty 0.0.29</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm
https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-installer.ps1
| iex"
</code></pre>
<h2>Download ty 0.0.29</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-apple-darwin.tar.gz">ty-aarch64-apple-darwin.tar.gz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-x86_64-apple-darwin.tar.gz">ty-x86_64-apple-darwin.tar.gz</a></td>
<td>Intel macOS</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-pc-windows-msvc.zip">ty-aarch64-pc-windows-msvc.zip</a></td>
<td>ARM64 Windows</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-i686-pc-windows-msvc.zip">ty-i686-pc-windows-msvc.zip</a></td>
<td>x86 Windows</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-x86_64-pc-windows-msvc.zip">ty-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-unknown-linux-gnu.tar.gz">ty-aarch64-unknown-linux-gnu.tar.gz</a></td>
<td>ARM64 Linux</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-i686-unknown-linux-gnu.tar.gz">ty-i686-unknown-linux-gnu.tar.gz</a></td>
<td>x86 Linux</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-powerpc64-unknown-linux-gnu.tar.gz">ty-powerpc64-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64 Linux</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-powerpc64le-unknown-linux-gnu.tar.gz">ty-powerpc64le-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64LE Linux</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-powerpc64le-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
<!-- 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.29</h2>
<p>Released on 2026-04-05.</p>
<h3>Bug fixes</h3>
<ul>
<li>Avoid special-casing for <code>dataclasses.field</code> if it's not
in <code>field_specifiers</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24397">#24397</a>)</li>
<li>Reject unsupported <code>environment.python-version</code> values in
configuration files (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24402">#24402</a>)</li>
<li>Respect supported lower bounds from <code>requires-python</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24401">#24401</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Add support for <code>types.new_class</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23144">#23144</a>)</li>
<li>Fix PEP 695 type aliases in <code>with</code> statement (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24395">#24395</a>)</li>
<li>Respect <code>__new__</code> and metaclass <code>__call__</code>
return types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24357">#24357</a>)</li>
<li>Treat enum attributes with type annotations as members (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23776">#23776</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a href="https://github.com/carljm"><code>@carljm</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ty/commit/438a78d688a38781e0675e57874b30dfed5fc964"><code>438a78d</code></a>
Bump version to 0.0.29 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3218">#3218</a>)</li>
<li>See full diff in <a
href="https://github.com/astral-sh/ty/compare/0.0.28...0.0.29">compare
view</a></li>
</ul>
</details>
<br />
[](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 <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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 11fc416 commit 3b8e612
1 file changed
+20
-20
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments