dependabot[bot] opened a new pull request, #342: URL: https://github.com/apache/airflow-steward/pull/342
Bumps the framework-deps group with 1 update: [prek](https://github.com/j178/prek). 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 /> [](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> -- 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]
