dependabot[bot] opened a new pull request, #3572: URL: https://github.com/apache/iceberg-python/pull/3572
Bumps [prek](https://github.com/j178/prek) from 0.4.4 to 0.4.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.4.5</h2> <h2>Release Notes</h2> <p>Released on 2026-06-15.</p> <h3>✨Highlights</h3> <p>0.4.5 completes <code>prek</code>'s pre-commit language coverage. With R, Conda, Perl, and coursier now supported, <code>prek</code> supports every language available in pre-commit, plus <code>prek</code>-only modern languages such as Bun and Deno.</p> <p>This is full feature parity with pre-commit. The last major compatibility gap is closed, and <code>prek</code> is now on the path to 1.0.</p> <h3>💚 Sponsorship</h3> <p>If <code>prek</code> saves time for you or your team, please consider sponsoring the project on <a href="https://github.com/sponsors/j178">GitHub Sponsors</a>. It helps keep new features, performance work, and maintenance moving.</p> <h3>Enhancements</h3> <ul> <li>Add <code>Perl</code> language support (<a href="https://redirect.github.com/j178/prek/pull/2201">#2201</a>)</li> <li>Add <code>R</code> language support (<a href="https://redirect.github.com/j178/prek/pull/2206">#2206</a>)</li> <li>Add <code>Conda</code> language support (<a href="https://redirect.github.com/j178/prek/pull/2203">#2203</a>)</li> <li>Add <code>coursier</code> language support (<a href="https://redirect.github.com/j178/prek/pull/2194">#2194</a>)</li> <li>Add group filters to list (<a href="https://redirect.github.com/j178/prek/pull/2152">#2152</a>)</li> <li>Remove legacy repo path support (<a href="https://redirect.github.com/j178/prek/pull/2150">#2150</a>)</li> <li>Skip cloning fully filtered remote repos (<a href="https://redirect.github.com/j178/prek/pull/2151">#2151</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid building JSON trees in syntax hooks (<a href="https://redirect.github.com/j178/prek/pull/2156">#2156</a>)</li> <li>Scan mixed line endings without line vector (<a href="https://redirect.github.com/j178/prek/pull/2160">#2160</a>)</li> <li>Skip file scan for always-run no-filename hooks (<a href="https://redirect.github.com/j178/prek/pull/2155">#2155</a>)</li> <li>Use fixed buffer for EOF scan (<a href="https://redirect.github.com/j178/prek/pull/2163">#2163</a>)</li> <li>Use fixed buffer for private key scan (<a href="https://redirect.github.com/j178/prek/pull/2164">#2164</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix pretty-format-json CRLF handling (<a href="https://redirect.github.com/j178/prek/pull/2210">#2210</a>)</li> <li>Handle missing blobs in diff snapshots (<a href="https://redirect.github.com/j178/prek/pull/2211">#2211</a>)</li> <li>Ignore coursier channel from working repo (<a href="https://redirect.github.com/j178/prek/pull/2202">#2202</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.5</h2> <!-- 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.5</h2> <p>Released on 2026-06-15.</p> <h3>✨Highlights</h3> <p>0.4.5 completes <code>prek</code>'s pre-commit language coverage. With R, Conda, Perl, and coursier now supported, <code>prek</code> supports every language available in pre-commit, plus <code>prek</code>-only modern languages such as Bun and Deno.</p> <p>This is full feature parity with pre-commit. The last major compatibility gap is closed, and <code>prek</code> is now on the path to 1.0.</p> <h3>💚 Sponsorship</h3> <p>If <code>prek</code> saves time for you or your team, please consider sponsoring the project on <a href="https://github.com/sponsors/j178">GitHub Sponsors</a>. It helps keep new features, performance work, and maintenance moving.</p> <h3>Enhancements</h3> <ul> <li>Add <code>Perl</code> language support (<a href="https://redirect.github.com/j178/prek/pull/2201">#2201</a>)</li> <li>Add <code>R</code> language support (<a href="https://redirect.github.com/j178/prek/pull/2206">#2206</a>)</li> <li>Add <code>Conda</code> language support (<a href="https://redirect.github.com/j178/prek/pull/2203">#2203</a>)</li> <li>Add <code>coursier</code> language support (<a href="https://redirect.github.com/j178/prek/pull/2194">#2194</a>)</li> <li>Add group filters to list (<a href="https://redirect.github.com/j178/prek/pull/2152">#2152</a>)</li> <li>Remove legacy repo path support (<a href="https://redirect.github.com/j178/prek/pull/2150">#2150</a>)</li> <li>Skip cloning fully filtered remote repos (<a href="https://redirect.github.com/j178/prek/pull/2151">#2151</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid building JSON trees in syntax hooks (<a href="https://redirect.github.com/j178/prek/pull/2156">#2156</a>)</li> <li>Scan mixed line endings without line vector (<a href="https://redirect.github.com/j178/prek/pull/2160">#2160</a>)</li> <li>Skip file scan for always-run no-filename hooks (<a href="https://redirect.github.com/j178/prek/pull/2155">#2155</a>)</li> <li>Use fixed buffer for EOF scan (<a href="https://redirect.github.com/j178/prek/pull/2163">#2163</a>)</li> <li>Use fixed buffer for private key scan (<a href="https://redirect.github.com/j178/prek/pull/2164">#2164</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix pretty-format-json CRLF handling (<a href="https://redirect.github.com/j178/prek/pull/2210">#2210</a>)</li> <li>Handle missing blobs in diff snapshots (<a href="https://redirect.github.com/j178/prek/pull/2211">#2211</a>)</li> <li>Ignore coursier channel from working repo (<a href="https://redirect.github.com/j178/prek/pull/2202">#2202</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/bb3108283fd4aab0d9eb59f23098e0c05a96cdbe"><code>bb31082</code></a> Update README.md</li> <li><a href="https://github.com/j178/prek/commit/fa4e2dc060eccac3c2521ec7bf4af1272c5d6205"><code>fa4e2dc</code></a> Bump version to 0.4.5 (<a href="https://redirect.github.com/j178/prek/issues/2221">#2221</a>)</li> <li><a href="https://github.com/j178/prek/commit/e9336fa724b8a99b3a21fd60eb0849cd731153ef"><code>e9336fa</code></a> Add R language support (<a href="https://redirect.github.com/j178/prek/issues/2206">#2206</a>)</li> <li><a href="https://github.com/j178/prek/commit/97a5a15701d3691287e4f969a2a2f421d1501a46"><code>97a5a15</code></a> Update Rust crate which to v8.0.3 (<a href="https://redirect.github.com/j178/prek/issues/2219">#2219</a>)</li> <li><a href="https://github.com/j178/prek/commit/20a519aa2aa4add7e70dfbb2ff743cd1f35e25f3"><code>20a519a</code></a> Update Rust crate ignore to v0.4.26 (<a href="https://redirect.github.com/j178/prek/issues/2218">#2218</a>)</li> <li><a href="https://github.com/j178/prek/commit/88f0e2bd8a7d02be7fb19fcd17e1e8db79b8b0bc"><code>88f0e2b</code></a> Update dependency uv to v0.11.19 (<a href="https://redirect.github.com/j178/prek/issues/2214">#2214</a>)</li> <li><a href="https://github.com/j178/prek/commit/7bd43000679b33e2b947f453436237dae062af70"><code>7bd4300</code></a> Update GitHub Actions to v7 (<a href="https://redirect.github.com/j178/prek/issues/2220">#2220</a>)</li> <li><a href="https://github.com/j178/prek/commit/48ed5cc2838066d71278dd887dee595c32085be2"><code>48ed5cc</code></a> Update Rust crate async_zip to 0.0.18 (<a href="https://redirect.github.com/j178/prek/issues/2217">#2217</a>)</li> <li><a href="https://github.com/j178/prek/commit/257e98a429e96f89a4d965ad28568cba77ca33c2"><code>257e98a</code></a> Update pre-commit to v1.47.2 (<a href="https://redirect.github.com/j178/prek/issues/2216">#2216</a>)</li> <li><a href="https://github.com/j178/prek/commit/0c0460241a13b9ac519e1abd3a0a8a3ad60d4d2f"><code>0c04602</code></a> Update GitHub Actions (<a href="https://redirect.github.com/j178/prek/issues/2215">#2215</a>)</li> <li>Additional commits viewable in <a href="https://github.com/j178/prek/compare/v0.4.4...v0.4.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 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]
