Commit e177fe2
authored
Bump the python group with 2 updates (#198)
Bumps the python group with 2 updates:
[prek](https://github.com/j178/prek) and
[ty](https://github.com/astral-sh/ty).
Updates `prek` from 0.4.0 to 0.4.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/j178/prek/releases">prek's
releases</a>.</em></p>
<blockquote>
<h2>0.4.1</h2>
<h2>Release Notes</h2>
<p>Released on 2026-05-20.</p>
<h3>Enhancements</h3>
<ul>
<li>Fix pre-push range after rebase (<a
href="https://redirect.github.com/j178/prek/pull/2089">#2089</a>)</li>
<li>Prefer extensions over loose filename tags (<a
href="https://redirect.github.com/j178/prek/pull/2092">#2092</a>)</li>
<li>Skip installs for hooks that will not run (<a
href="https://redirect.github.com/j178/prek/pull/2103">#2103</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Optimize meta hook file scans (<a
href="https://redirect.github.com/j178/prek/pull/2106">#2106</a>)</li>
<li>Reduce run filtering allocations (<a
href="https://redirect.github.com/j178/prek/pull/2090">#2090</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/j178"><code>@j178</code></a></li>
</ul>
<h2>Install prek 0.4.1</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/j178/prek/releases/download/v0.4.1/prek-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm
https://github.com/j178/prek/releases/download/v0.4.1/prek-installer.ps1
| iex"
</code></pre>
<h3>Install prebuilt binaries via Homebrew</h3>
<pre lang="sh"><code>brew install prek
</code></pre>
<h2>Download prek 0.4.1</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-aarch64-apple-darwin.tar.gz">prek-aarch64-apple-darwin.tar.gz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-x86_64-apple-darwin.tar.gz">prek-x86_64-apple-darwin.tar.gz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-aarch64-pc-windows-msvc.zip">prek-aarch64-pc-windows-msvc.zip</a></td>
<td>ARM64 Windows</td>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-i686-pc-windows-msvc.zip">prek-i686-pc-windows-msvc.zip</a></td>
<td>x86 Windows</td>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-x86_64-pc-windows-msvc.zip">prek-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-aarch64-unknown-linux-gnu.tar.gz">prek-aarch64-unknown-linux-gnu.tar.gz</a></td>
<td>ARM64 Linux</td>
<td><a
href="https://github.com/j178/prek/releases/download/v0.4.1/prek-aarch64-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/j178/prek/blob/master/CHANGELOG.md">prek's
changelog</a>.</em></p>
<blockquote>
<h2>0.4.1</h2>
<p>Released on 2026-05-20.</p>
<h3>Enhancements</h3>
<ul>
<li>Fix pre-push range after rebase (<a
href="https://redirect.github.com/j178/prek/pull/2089">#2089</a>)</li>
<li>Prefer extensions over loose filename tags (<a
href="https://redirect.github.com/j178/prek/pull/2092">#2092</a>)</li>
<li>Skip installs for hooks that will not run (<a
href="https://redirect.github.com/j178/prek/pull/2103">#2103</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Optimize meta hook file scans (<a
href="https://redirect.github.com/j178/prek/pull/2106">#2106</a>)</li>
<li>Reduce run filtering allocations (<a
href="https://redirect.github.com/j178/prek/pull/2090">#2090</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/j178"><code>@j178</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/j178/prek/commit/871b9edb65b7978c2c53d94f60a433cb9e120132"><code>871b9ed</code></a>
Bump version to 0.4.1 (<a
href="https://redirect.github.com/j178/prek/issues/2107">#2107</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/3c26faf5be0c9ad0e61309650479e063b8cb0037"><code>3c26faf</code></a>
Optimize meta hook file scans (<a
href="https://redirect.github.com/j178/prek/issues/2106">#2106</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/7780f1149565ff430b86be1f688dce7f680c6760"><code>7780f11</code></a>
Clean up run hook installation flow (<a
href="https://redirect.github.com/j178/prek/issues/2105">#2105</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/c5dc885bcbc3d293d6c20ffb43b7be970b55b60d"><code>c5dc885</code></a>
Refine hook install filtering (<a
href="https://redirect.github.com/j178/prek/issues/2104">#2104</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/9db879e92760cfa3c6da748672237a1b1d81ce12"><code>9db879e</code></a>
Skip installs for hooks that will not run (<a
href="https://redirect.github.com/j178/prek/issues/2103">#2103</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/2a0da57faddae03fd6d8985776ab2ec33d0b99e5"><code>2a0da57</code></a>
Simplify workspace file handling (<a
href="https://redirect.github.com/j178/prek/issues/2102">#2102</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/33ca06054451602a7988b64ac6cf12b1cf5fddad"><code>33ca060</code></a>
Lock file maintenance (<a
href="https://redirect.github.com/j178/prek/issues/2072">#2072</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/03f11c00b169b9beea59253fc5a0c7efe6dc9fa6"><code>03f11c0</code></a>
Update GitHub Actions (<a
href="https://redirect.github.com/j178/prek/issues/2101">#2101</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/354f431c3c0420d5be83e6c59f3b644c907793e6"><code>354f431</code></a>
Update dependency uv to v0.11.13 (<a
href="https://redirect.github.com/j178/prek/issues/2094">#2094</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/4a41828a33efaccccaba76e96942314ac3309e75"><code>4a41828</code></a>
Update Rust crate quick-xml to v0.39.4 (<a
href="https://redirect.github.com/j178/prek/issues/2098">#2098</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/j178/prek/compare/v0.4.0...v0.4.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `ty` from 0.0.37 to 0.0.38
<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.38</h2>
<h2>Release Notes</h2>
<p>Released on 2026-05-19.</p>
<h3>Bug fixes</h3>
<ul>
<li>Fix panic in enum literal during cycle recovery (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25237">#25237</a>)</li>
<li>Fix panic from lazy <code>NewType</code> base expansion during cycle
recovery (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25234">#25234</a>)</li>
<li>Fix class-body global lookup before class binding (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25224">#25224</a>)</li>
<li>Handle aliased dict fallbacks in TypedDict unions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25241">#25241</a>)</li>
<li>Ignore <code>_generate_next_value_</code> with custom construction
hooks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25210">#25210</a>)</li>
</ul>
<h3>LSP server</h3>
<ul>
<li>Fix find references for <code>except</code> handlers (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25231">#25231</a>)</li>
<li>Preserve delimiters when folding expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24999">#24999</a>)</li>
<li>Use incremental file walk on <code>.gitignore</code> changes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25183">#25183</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Add first-class support for enum complements (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24961">#24961</a>)</li>
<li>Allow known non-field writes on frozen dataclass subclasses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25087">#25087</a>)</li>
<li>Ignore generic specialization in layout compatibility checks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25178">#25178</a>)</li>
<li>Preserve short-circuit bindings in all condition consumers (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25160">#25160</a>)</li>
<li>Support class decorators (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25091">#25091</a>)</li>
<li>Support custom <code>_generate_next_value_</code> methods in enums
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/25196">#25196</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/MatthewMckee4"><code>@MatthewMckee4</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a
href="https://github.com/lerebear"><code>@lerebear</code></a></li>
<li><a
href="https://github.com/thejchap"><code>@thejchap</code></a></li>
</ul>
<h2>Install ty 0.0.38</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.38/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.38/ty-installer.ps1
| iex"
</code></pre>
<!-- 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.38</h2>
<p>Released on 2026-05-19.</p>
<h3>Bug fixes</h3>
<ul>
<li>Fix panic in enum literal during cycle recovery (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25237">#25237</a>)</li>
<li>Fix panic from lazy <code>NewType</code> base expansion during cycle
recovery (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25234">#25234</a>)</li>
<li>Fix class-body global lookup before class binding (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25224">#25224</a>)</li>
<li>Handle aliased dict fallbacks in TypedDict unions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25241">#25241</a>)</li>
<li>Ignore <code>_generate_next_value_</code> with custom construction
hooks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25210">#25210</a>)</li>
</ul>
<h3>LSP server</h3>
<ul>
<li>Fix find references for <code>except</code> handlers (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25231">#25231</a>)</li>
<li>Preserve delimiters when folding expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24999">#24999</a>)</li>
<li>Use incremental file walk on <code>.gitignore</code> changes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25183">#25183</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Add first-class support for enum complements (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24961">#24961</a>)</li>
<li>Allow known non-field writes on frozen dataclass subclasses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25087">#25087</a>)</li>
<li>Ignore generic specialization in layout compatibility checks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25178">#25178</a>)</li>
<li>Preserve short-circuit bindings in all condition consumers (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25160">#25160</a>)</li>
<li>Support class decorators (<a
href="https://redirect.github.com/astral-sh/ruff/pull/25091">#25091</a>)</li>
<li>Support custom <code>_generate_next_value_</code> methods in enums
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/25196">#25196</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/MatthewMckee4"><code>@MatthewMckee4</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a
href="https://github.com/lerebear"><code>@lerebear</code></a></li>
<li><a
href="https://github.com/thejchap"><code>@thejchap</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ty/commit/1d3efc1d68e36a8f982fa73b1f8c2a5ebc50fcde"><code>1d3efc1</code></a>
Bump version to 0.0.38 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3492">#3492</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/f5100ccde50ff577fa311add5232ae6074ed68f9"><code>f5100cc</code></a>
scripts/update_schemastore: use -C to allow re-running schema update on
exist...</li>
<li>See full diff in <a
href="https://github.com/astral-sh/ty/compare/0.0.37...0.0.38">compare
view</a></li>
</ul>
</details>
<br />
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 58250e5 commit e177fe2
1 file changed
Lines changed: 45 additions & 39 deletions
0 commit comments