dependabot[bot] opened a new pull request, #2611: URL: https://github.com/apache/iceberg-python/pull/2611
Bumps [prek](https://github.com/j178/prek) from 0.2.3 to 0.2.5. <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.5</h2> <h2>Release Notes</h2> <p>Released on 2025-10-10.</p> <h3>Enhancements</h3> <ul> <li>Implement <code>prek try-repo</code> (<a href="https://redirect.github.com/j178/prek/pull/797">#797</a>)</li> <li>Add fallback mechanism for prek executable in git hooks (<a href="https://redirect.github.com/j178/prek/pull/850">#850</a>)</li> <li>Ignore config error if the directory is skipped (<a href="https://redirect.github.com/j178/prek/pull/860">#860</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix panic when parse config failed (<a href="https://redirect.github.com/j178/prek/pull/859">#859</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Add a Dockerfile (<a href="https://redirect.github.com/j178/prek/pull/852">#852</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/luizvbo"><code>@luizvbo</code></a></li> </ul> <h2>Install prek 0.2.5</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.5/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.5/prek-installer.ps1 | iex" </code></pre> <h3>Install prebuilt binaries via Homebrew</h3> <pre lang="sh"><code>brew install j178/tap/prek </code></pre> <h2>Download prek 0.2.5</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.2.5/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.2.5/prek-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/j178/prek/releases/download/v0.2.5/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.2.5/prek-x86_64-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.2.5</h2> <p>Released on 2025-10-10.</p> <h3>Enhancements</h3> <ul> <li>Implement <code>prek try-repo</code> (<a href="https://redirect.github.com/j178/prek/pull/797">#797</a>)</li> <li>Add fallback mechanism for prek executable in git hooks (<a href="https://redirect.github.com/j178/prek/pull/850">#850</a>)</li> <li>Ignore config error if the directory is skipped (<a href="https://redirect.github.com/j178/prek/pull/860">#860</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix panic when parse config failed (<a href="https://redirect.github.com/j178/prek/pull/859">#859</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Add a Dockerfile (<a href="https://redirect.github.com/j178/prek/pull/852">#852</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/luizvbo"><code>@luizvbo</code></a></li> </ul> <h2>0.2.4</h2> <p>Released on 2025-10-07.</p> <h3>Enhancements</h3> <ul> <li>Add support for <code>.prekignore</code> to ignore directories from project discovery (<a href="https://redirect.github.com/j178/prek/pull/826">#826</a>)</li> <li>Make <code>prek auto-update --jobs</code> default to 0 (which uses max available parallelism) (<a href="https://redirect.github.com/j178/prek/pull/833">#833</a>)</li> <li>Improve install message when installing for a subproject (<a href="https://redirect.github.com/j178/prek/pull/847">#847</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Convert extension to lowercase before checking file tags (<a href="https://redirect.github.com/j178/prek/pull/839">#839</a>)</li> <li>Support pass multiple files like <code>prek run --files a b c d</code> (<a href="https://redirect.github.com/j178/prek/pull/828">#828</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add requests-cache to "Who is using prek" (<a href="https://redirect.github.com/j178/prek/pull/824">#824</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/SigureMo"><code>@SigureMo</code></a></li> <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/33864f24bce48ee64b07b5d9b5bfba1959d1dab6"><code>33864f2</code></a> Bump version to 0.2.5 (<a href="https://redirect.github.com/j178/prek/issues/864">#864</a>)</li> <li><a href="https://github.com/j178/prek/commit/74cb495dea568746132e6b60ec721f11b211c721"><code>74cb495</code></a> Implement <code>prek try-repo</code> (<a href="https://redirect.github.com/j178/prek/issues/797">#797</a>)</li> <li><a href="https://github.com/j178/prek/commit/58d9faeec285b06cd5fa49e30a519516f0c7104c"><code>58d9fae</code></a> Remove global STORE instance (<a href="https://redirect.github.com/j178/prek/issues/863">#863</a>)</li> <li><a href="https://github.com/j178/prek/commit/c5be21a5b3c33555efd1a4f448c24ee71ab44adf"><code>c5be21a</code></a> Use issue form for bug report template (<a href="https://redirect.github.com/j178/prek/issues/862">#862</a>)</li> <li><a href="https://github.com/j178/prek/commit/9a4fb2be8868f6265bec688a76f7813e2c7de715"><code>9a4fb2b</code></a> Ignore config error if the directory is skipped (<a href="https://redirect.github.com/j178/prek/issues/860">#860</a>)</li> <li><a href="https://github.com/j178/prek/commit/7edf287422b0753948bd5bca7b145a7b2db0847d"><code>7edf287</code></a> Fix panic when parse config failed (<a href="https://redirect.github.com/j178/prek/issues/859">#859</a>)</li> <li><a href="https://github.com/j178/prek/commit/2cedd6e15daa4e651f00a846a41c39ed8d801ae2"><code>2cedd6e</code></a> Set minimum host requirements for code spaces</li> <li><a href="https://github.com/j178/prek/commit/d8ee5c3ac9ffb7f548ce6e811c518ba60aa29fb6"><code>d8ee5c3</code></a> Add a bug report template (<a href="https://redirect.github.com/j178/prek/issues/857">#857</a>)</li> <li><a href="https://github.com/j178/prek/commit/181e32dd35be13f58a8f1d40e77e88f9b0965100"><code>181e32d</code></a> Downgrade Rust image version to booksworm in devcontainer.json (<a href="https://redirect.github.com/j178/prek/issues/856">#856</a>)</li> <li><a href="https://github.com/j178/prek/commit/3cdc0339f37405ab89d561e14a0ccce7af6a24f4"><code>3cdc033</code></a> Update Rust image version in devcontainer.json (<a href="https://redirect.github.com/j178/prek/issues/855">#855</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j178/prek/compare/v0.2.3...v0.2.5">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]
