dependabot[bot] opened a new pull request, #2832: URL: https://github.com/apache/iceberg-python/pull/2832
Bumps [prek](https://github.com/j178/prek) from 0.2.20 to 0.2.22. <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.2.22</h2> <h2>Release Notes</h2> <p>Released on 2025-12-13.</p> <h3>Highlights</h3> <p>In this release, prek adds support for the <code>--cooldown-days</code> option in the <code>prek auto-update</code> command. This option allows users to skip releases that are newer than a specified number of days. It is useful to mitigate open source supply chain risks by avoiding very recent releases that may not have been widely adopted or vetted yet. Big thanks to <a href="https://github.com/lmmx"><code>@lmmx</code></a> for driving this feature!</p> <h3>Enhancements</h3> <ul> <li>Support<code>--cooldown-days</code> in <code>prek auto-update</code> (<a href="https://redirect.github.com/j178/prek/pull/1172">#1172</a>) <ul> <li>Prefer tag creation timestamp in <code>--cooldown-days</code> (<a href="https://redirect.github.com/j178/prek/pull/1221">#1221</a>)</li> </ul> </li> <li>Use <code>cargo install</code> for packages in workspace (<a href="https://redirect.github.com/j178/prek/pull/1207">#1207</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Set <code>CARGO_HOME</code> for <code>cargo metadata</code> (<a href="https://redirect.github.com/j178/prek/pull/1209">#1209</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/j178"><code>@j178</code></a></li> <li><a href="https://github.com/lmmx"><code>@lmmx</code></a></li> </ul> <h2>Install prek 0.2.22</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.2.22/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.2.22/prek-installer.ps1 | iex" </code></pre> <h3>Install prebuilt binaries via Homebrew</h3> <pre lang="sh"><code>brew install j178/tap/prek </code></pre> <h3>Install prebuilt binaries into your npm project</h3> <pre lang="sh"><code></tr></table> </code></pre> </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.2.22</h2> <p>Released on 2025-12-13.</p> <h3>Highlights</h3> <p>In this release, prek adds support for the <code>--cooldown-days</code> option in the <code>prek auto-update</code> command. This option allows users to skip releases that are newer than a specified number of days. It is useful to mitigate open source supply chain risks by avoiding very recent releases that may not have been widely adopted or vetted yet. Big thanks to <a href="https://github.com/lmmx"><code>@lmmx</code></a> for driving this feature!</p> <h3>Enhancements</h3> <ul> <li>Support<code>--cooldown-days</code> in <code>prek auto-update</code> (<a href="https://redirect.github.com/j178/prek/pull/1172">#1172</a>) <ul> <li>Prefer tag creation timestamp in <code>--cooldown-days</code> (<a href="https://redirect.github.com/j178/prek/pull/1221">#1221</a>)</li> </ul> </li> <li>Use <code>cargo install</code> for packages in workspace (<a href="https://redirect.github.com/j178/prek/pull/1207">#1207</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Set <code>CARGO_HOME</code> for <code>cargo metadata</code> (<a href="https://redirect.github.com/j178/prek/pull/1209">#1209</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/j178"><code>@j178</code></a></li> <li><a href="https://github.com/lmmx"><code>@lmmx</code></a></li> </ul> <h2>0.2.21</h2> <p>Released on 2025-12-09.</p> <h3>Bug fixes</h3> <ul> <li>Fallback to use remote repo package root instead of erroring (<a href="https://redirect.github.com/j178/prek/pull/1203">#1203</a>)</li> <li>Prepend toolchain bin directory to PATH when calling cargo (<a href="https://redirect.github.com/j178/prek/pull/1204">#1204</a>)</li> <li>Use <code>cargo</code> from installed toolchain (<a href="https://redirect.github.com/j178/prek/pull/1202">#1202</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/6d14524326076cc05fc78c76ec21fb50ea5600f9"><code>6d14524</code></a> Bump version to 0.2.22 (<a href="https://redirect.github.com/j178/prek/issues/1223">#1223</a>)</li> <li><a href="https://github.com/j178/prek/commit/cc9517b99096ff7077fb88208c0931770745ea05"><code>cc9517b</code></a> Cleanup some code for <code>auto-update</code> (<a href="https://redirect.github.com/j178/prek/issues/1222">#1222</a>)</li> <li><a href="https://github.com/j178/prek/commit/eebe0b5fabf4926725a652c21c6b4375efc5c720"><code>eebe0b5</code></a> Update GitHub Actions (<a href="https://redirect.github.com/j178/prek/issues/1219">#1219</a>)</li> <li><a href="https://github.com/j178/prek/commit/72f4c5a59ad718634dd8b78079ec38a77bd55c8f"><code>72f4c5a</code></a> Prefer tag creation timestamp in <code>--cooldown-days</code> (<a href="https://redirect.github.com/j178/prek/issues/1221">#1221</a>)</li> <li><a href="https://github.com/j178/prek/commit/b0a25bf90d956d1abeb6b78a018135125ff3ef41"><code>b0a25bf</code></a> Fix maturin manifest path (<a href="https://redirect.github.com/j178/prek/issues/1220">#1220</a>)</li> <li><a href="https://github.com/j178/prek/commit/34d42a7a1563255e8e70bb2522b432ac19cfbdbf"><code>34d42a7</code></a> Compile <code>insta</code> in opt mode (<a href="https://redirect.github.com/j178/prek/issues/1215">#1215</a>)</li> <li><a href="https://github.com/j178/prek/commit/c0ef82c8cca3fbdda12443f6437bffe7901669a9"><code>c0ef82c</code></a> Remove CI badge from README.md (<a href="https://redirect.github.com/j178/prek/issues/1214">#1214</a>)</li> <li><a href="https://github.com/j178/prek/commit/2ad3a70f07bb93255d213e4e5cebdc309a78d4ef"><code>2ad3a70</code></a> Support<code>--cooldown-days</code> in <code>prek auto-update</code> (<a href="https://redirect.github.com/j178/prek/issues/1172">#1172</a>)</li> <li><a href="https://github.com/j178/prek/commit/42ab6a3d1ca01922f47630d5fbb48a7e15bab4b1"><code>42ab6a3</code></a> Migrate to virtual workspace layout (<a href="https://redirect.github.com/j178/prek/issues/1210">#1210</a>)</li> <li><a href="https://github.com/j178/prek/commit/03f13b925ca9158c5f63cdd965b5e23fadafe316"><code>03f13b9</code></a> Set <code>CARGO_HOME</code> for <code>cargo metadata</code> (<a href="https://redirect.github.com/j178/prek/issues/1209">#1209</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j178/prek/compare/v0.2.20...v0.2.22">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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]
