dependabot[bot] opened a new pull request, #3400: URL: https://github.com/apache/iceberg-python/pull/3400
Bumps [prek](https://github.com/j178/prek) from 0.3.13 to 0.4.0. <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.0</h2> <h2>Release Notes</h2> <p>Released on 2026-05-14.</p> <h3>Breaking changes</h3> <p>These are narrow cleanup breaks in behavior that was either temporary or never worked correctly. Most users should not need to change anything.</p> <ul> <li>Generated hook scripts no longer preserve <code>-q</code>, <code>-v</code>, or <code>--no-progress</code> passed to <code>prek install</code>. This only affects users who expected those global flags to be baked into installed hooks. (<a href="https://redirect.github.com/j178/prek/pull/1966">#1966</a>)</li> <li><code>language_version</code> no longer accepts direct executable paths. Use <code>language_version: system</code> for a system toolchain, or use a supported version request instead. This path form did not work reliably before, so existing working configs should be unaffected. (<a href="https://redirect.github.com/j178/prek/pull/1831">#1831</a>)</li> </ul> <h3>Enhancements</h3> <ul> <li>Expand tilde in <code>--config</code>, <code>--cd</code>, <code>--log-file</code> and <code>--git-dir</code> (<a href="https://redirect.github.com/j178/prek/pull/2063">#2063</a>)</li> <li>Prevent auto-update cooldown downgrades (<a href="https://redirect.github.com/j178/prek/pull/2055">#2055</a>)</li> <li>Use managed npm cache for node hooks (<a href="https://redirect.github.com/j178/prek/pull/2075">#2075</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix npm config env overrides for node hooks (<a href="https://redirect.github.com/j178/prek/pull/2074">#2074</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add cookbook page for enabling Git 2.54 config-based global hooks (<a href="https://redirect.github.com/j178/prek/pull/2061">#2061</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.0</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.0/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.0/prek-installer.ps1 | iex" </code></pre> <h3>Install prebuilt binaries via Homebrew</h3> <pre lang="sh"><code>brew install prek </code></pre> <!-- 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.0</h2> <p>Released on 2026-05-14.</p> <h3>Breaking changes</h3> <p>These are narrow cleanup breaks in behavior that was either temporary or never worked correctly. Most users should not need to change anything.</p> <ul> <li>Generated hook scripts no longer preserve <code>-q</code>, <code>-v</code>, or <code>--no-progress</code> passed to <code>prek install</code>. This only affects users who expected those global flags to be baked into installed hooks. (<a href="https://redirect.github.com/j178/prek/pull/1966">#1966</a>)</li> <li><code>language_version</code> no longer accepts direct executable paths. Use <code>language_version: system</code> for a system toolchain, or use a supported version request instead. This path form did not work reliably before, so existing working configs should be unaffected. (<a href="https://redirect.github.com/j178/prek/pull/1831">#1831</a>)</li> </ul> <h3>Enhancements</h3> <ul> <li>Expand tilde in <code>--config</code>, <code>--cd</code>, <code>--log-file</code> and <code>--git-dir</code> (<a href="https://redirect.github.com/j178/prek/pull/2063">#2063</a>)</li> <li>Prevent auto-update cooldown downgrades (<a href="https://redirect.github.com/j178/prek/pull/2055">#2055</a>)</li> <li>Use managed npm cache for node hooks (<a href="https://redirect.github.com/j178/prek/pull/2075">#2075</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix npm config env overrides for node hooks (<a href="https://redirect.github.com/j178/prek/pull/2074">#2074</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add cookbook page for enabling Git 2.54 config-based global hooks (<a href="https://redirect.github.com/j178/prek/pull/2061">#2061</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/b570c73d201a3a3034d56d9314591b3110cc964d"><code>b570c73</code></a> Bump version to 0.4.0 (<a href="https://redirect.github.com/j178/prek/issues/2081">#2081</a>)</li> <li><a href="https://github.com/j178/prek/commit/007b24453eafb2f4476fa461773ec44298d2636a"><code>007b244</code></a> Revert pass-through of global install flags into generated hook scripts (<a href="https://redirect.github.com/j178/prek/issues/1966">#1966</a>)</li> <li><a href="https://github.com/j178/prek/commit/b66c39cd52e3e8736e498127d96352f23c2f492d"><code>b66c39c</code></a> Remove direct path support from language_version (<a href="https://redirect.github.com/j178/prek/issues/1831">#1831</a>)</li> <li><a href="https://github.com/j178/prek/commit/321f8b8dbf53591d2220178d48334c6fa6d3295c"><code>321f8b8</code></a> Drain PTY output without timeout (<a href="https://redirect.github.com/j178/prek/issues/2079">#2079</a>)</li> <li><a href="https://github.com/j178/prek/commit/0249d819f53b0017f1e7e73506f185c864b19452"><code>0249d81</code></a> Migrate <code>std::fs</code> to <code>fs_err</code> (<a href="https://redirect.github.com/j178/prek/issues/2077">#2077</a>)</li> <li><a href="https://github.com/j178/prek/commit/99ac4fbeaa93c6cf60da89a24f07e188cde4c2e0"><code>99ac4fb</code></a> Use managed npm cache for node hooks (<a href="https://redirect.github.com/j178/prek/issues/2075">#2075</a>)</li> <li><a href="https://github.com/j178/prek/commit/7783bdc8916aba373336f7fc1956341b5a4decb2"><code>7783bdc</code></a> Fix npm config env overrides for node hooks (<a href="https://redirect.github.com/j178/prek/issues/2074">#2074</a>)</li> <li><a href="https://github.com/j178/prek/commit/737b554f989f81cf605083c0cc0522c8945c0f02"><code>737b554</code></a> Update pre-commit (<a href="https://redirect.github.com/j178/prek/issues/2071">#2071</a>)</li> <li><a href="https://github.com/j178/prek/commit/de896b6da294d9bb250ac64734c5738250cee765"><code>de896b6</code></a> Update MSRV to v1.93.1 (<a href="https://redirect.github.com/j178/prek/issues/2068">#2068</a>)</li> <li><a href="https://github.com/j178/prek/commit/105d63083244fecff99d32e066dfd71109f07093"><code>105d630</code></a> Update Rust crate reqwest to v0.13.3 (<a href="https://redirect.github.com/j178/prek/issues/2070">#2070</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j178/prek/compare/v0.3.13...v0.4.0">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]
