dependabot[bot] opened a new pull request, #3685: URL: https://github.com/apache/iceberg-python/pull/3685
Bumps [prek](https://github.com/j178/prek) from 0.4.8 to 0.4.9. <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.9</h2> <h2>Release Notes</h2> <p>Released on 2026-07-11.</p> <p>Note: This release changes the repository identity schema stored in cached hook environments. Existing hook environments will be invalidated, and prek will reinstall them automatically when needed.</p> <h3>Enhancements</h3> <ul> <li>Preserve additional dependency order (<a href="https://redirect.github.com/j178/prek/pull/2311">#2311</a>)</li> <li>Remove parallel Ruby gem installation (<a href="https://redirect.github.com/j178/prek/pull/2307">#2307</a>)</li> <li>Warn for missing update repositories (<a href="https://redirect.github.com/j178/prek/pull/2316">#2316</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix mixed workspace selectors (<a href="https://redirect.github.com/j178/prek/pull/2306">#2306</a>)</li> <li>Fix try-repo local path resolution (<a href="https://redirect.github.com/j178/prek/pull/2310">#2310</a>)</li> <li>Use resolved gem executable (<a href="https://redirect.github.com/j178/prek/pull/2308">#2308</a>)</li> <li>Validate complete XML documents in check-xml (<a href="https://redirect.github.com/j178/prek/pull/2312">#2312</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.9</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.9/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.9/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.9</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.9/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.9/prek-aarch64-apple-darwin.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.9</h2> <p>Released on 2026-07-11.</p> <p>Note: This release changes the repository identity schema stored in cached hook environments. Existing hook environments will be invalidated, and prek will reinstall them automatically when needed.</p> <h3>Enhancements</h3> <ul> <li>Preserve additional dependency order (<a href="https://redirect.github.com/j178/prek/pull/2311">#2311</a>)</li> <li>Remove parallel Ruby gem installation (<a href="https://redirect.github.com/j178/prek/pull/2307">#2307</a>)</li> <li>Warn for missing update repositories (<a href="https://redirect.github.com/j178/prek/pull/2316">#2316</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix mixed workspace selectors (<a href="https://redirect.github.com/j178/prek/pull/2306">#2306</a>)</li> <li>Fix try-repo local path resolution (<a href="https://redirect.github.com/j178/prek/pull/2310">#2310</a>)</li> <li>Use resolved gem executable (<a href="https://redirect.github.com/j178/prek/pull/2308">#2308</a>)</li> <li>Validate complete XML documents in check-xml (<a href="https://redirect.github.com/j178/prek/pull/2312">#2312</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/42b79a57f275ffe3e7fc3ad32fdf2754416779d5"><code>42b79a5</code></a> Bump version to 0.4.9 (<a href="https://redirect.github.com/j178/prek/issues/2318">#2318</a>)</li> <li><a href="https://github.com/j178/prek/commit/ecbd9dabab540d1d964a66276f70ff084c5aa14d"><code>ecbd9da</code></a> Extract executable helpers (<a href="https://redirect.github.com/j178/prek/issues/2317">#2317</a>)</li> <li><a href="https://github.com/j178/prek/commit/25ee3c2d16086291673fed03dcc9beff09b1e03a"><code>25ee3c2</code></a> Validate complete XML documents in check-xml (<a href="https://redirect.github.com/j178/prek/issues/2312">#2312</a>)</li> <li><a href="https://github.com/j178/prek/commit/876f7610dcc6f50dd6b85842cc5f01b36e7dc93f"><code>876f761</code></a> Warn for missing update repositories (<a href="https://redirect.github.com/j178/prek/issues/2316">#2316</a>)</li> <li><a href="https://github.com/j178/prek/commit/61cbcbf91b0c6478afcc16a2de8fb51269c94d52"><code>61cbcbf</code></a> Preserve additional dependency order (<a href="https://redirect.github.com/j178/prek/issues/2311">#2311</a>)</li> <li><a href="https://github.com/j178/prek/commit/4b006eba7adf4515f686647060fa852fd994359d"><code>4b006eb</code></a> Update Rust to 1.97 (<a href="https://redirect.github.com/j178/prek/issues/2313">#2313</a>)</li> <li><a href="https://github.com/j178/prek/commit/40f6609fd824151af0cb85ca994a1cd2f6ea5d87"><code>40f6609</code></a> Fix try-repo local path resolution (<a href="https://redirect.github.com/j178/prek/issues/2310">#2310</a>)</li> <li><a href="https://github.com/j178/prek/commit/3795e9964883a2e57ed9b783345ac1cf654160a3"><code>3795e99</code></a> Use resolved gem executable (<a href="https://redirect.github.com/j178/prek/issues/2308">#2308</a>)</li> <li><a href="https://github.com/j178/prek/commit/de7ac64173f48f91ad746e1ebe7e8b4cd1a99d11"><code>de7ac64</code></a> Remove parallel Ruby gem installation (<a href="https://redirect.github.com/j178/prek/issues/2307">#2307</a>)</li> <li><a href="https://github.com/j178/prek/commit/434e791453272d9badef7c5c6295342d541496ac"><code>434e791</code></a> Fix mixed workspace selectors (<a href="https://redirect.github.com/j178/prek/issues/2306">#2306</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j178/prek/compare/v0.4.8...v0.4.9">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 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]
