dependabot[bot] opened a new pull request, #3153:
URL: https://github.com/apache/iceberg-python/pull/3153

   Bumps [prek](https://github.com/j178/prek) from 0.3.5 to 0.3.6.
   <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.3.6</h2>
   <h2>Release Notes</h2>
   <p>Released on 2026-03-16.</p>
   <h3>Call for testing</h3>
   <p>If you run prek in GitHub CI, please try <a 
href="https://github.com/j178/prek-action/releases/tag/v2.0.0-beta.4";><code>j178/[email protected]</code></a>.
 The 2.0 beta series rewrites the action in TypeScript, adds semver range 
support for <code>prek-version</code>, and verifies downloaded prek archives 
with published SHA-256 checksums. We'd appreciate any bug reports.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Allow selectors for hook ids containing colons (<a 
href="https://redirect.github.com/j178/prek/pull/1782";>#1782</a>)</li>
   <li>Rename <code>prek install-hooks</code> to <code>prek 
prepare-hooks</code> and <code>prek install --install-hooks</code> to 
<code>prek install --prepare-hooks</code> (<a 
href="https://redirect.github.com/j178/prek/pull/1766";>#1766</a>)</li>
   <li>Retry auth-failed repo clones with terminal prompts enabled (<a 
href="https://redirect.github.com/j178/prek/pull/1761";>#1761</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Optimize <code>detect_private_key</code> by chunked reading and using 
aho-corasick (<a 
href="https://redirect.github.com/j178/prek/pull/1791";>#1791</a>)</li>
   <li>Optimize <code>fix_byte_order_marker</code> by shifting file contents in 
place (<a href="https://redirect.github.com/j178/prek/pull/1790";>#1790</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Align stage defaulting behavior with pre-commit (<a 
href="https://redirect.github.com/j178/prek/pull/1788";>#1788</a>)</li>
   <li>Make sure child output is drained in the PTY subprocess (<a 
href="https://redirect.github.com/j178/prek/pull/1768";>#1768</a>)</li>
   <li>fix(golang): use <code>GOTOOLCHAIN=local</code> when probing system go 
(<a href="https://redirect.github.com/j178/prek/pull/1797";>#1797</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Disambiguate “hook” terminology by renaming &quot;Git hooks&quot; to 
&quot;Git shims&quot; (<a 
href="https://redirect.github.com/j178/prek/pull/1776";>#1776</a>)</li>
   <li>Document compatibility with pre-commit (<a 
href="https://redirect.github.com/j178/prek/pull/1767";>#1767</a>)</li>
   <li>Update configuration.md with TOML 1.1 notes (<a 
href="https://redirect.github.com/j178/prek/pull/1764";>#1764</a>)</li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>Sync latest identify tags (<a 
href="https://redirect.github.com/j178/prek/pull/1798";>#1798</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a 
href="https://github.com/github-actions";><code>@​github-actions</code></a></li>
   <li><a href="https://github.com/j178";><code>@​j178</code></a></li>
   <li><a 
href="https://github.com/pcastellazzi";><code>@​pcastellazzi</code></a></li>
   <li><a href="https://github.com/deadnews";><code>@​deadnews</code></a></li>
   <li><a 
href="https://github.com/copilot-swe-agent";><code>@​copilot-swe-agent</code></a></li>
   </ul>
   <h2>Install prek 0.3.6</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.3.6/prek-installer.sh | sh
   &lt;/tr&gt;&lt;/table&gt; 
   </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.3.6</h2>
   <p>Released on 2026-03-16.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Allow selectors for hook ids containing colons (<a 
href="https://redirect.github.com/j178/prek/pull/1782";>#1782</a>)</li>
   <li>Rename <code>prek install-hooks</code> to <code>prek 
prepare-hooks</code> and <code>prek install --install-hooks</code> to 
<code>prek install --prepare-hooks</code> (<a 
href="https://redirect.github.com/j178/prek/pull/1766";>#1766</a>)</li>
   <li>Retry auth-failed repo clones with terminal prompts enabled (<a 
href="https://redirect.github.com/j178/prek/pull/1761";>#1761</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Optimize <code>detect_private_key</code> by chunked reading and using 
aho-corasick (<a 
href="https://redirect.github.com/j178/prek/pull/1791";>#1791</a>)</li>
   <li>Optimize <code>fix_byte_order_marker</code> by shifting file contents in 
place (<a href="https://redirect.github.com/j178/prek/pull/1790";>#1790</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Align stage defaulting behavior with pre-commit (<a 
href="https://redirect.github.com/j178/prek/pull/1788";>#1788</a>)</li>
   <li>Make sure child output is drained in the PTY subprocess (<a 
href="https://redirect.github.com/j178/prek/pull/1768";>#1768</a>)</li>
   <li>fix(golang): use <code>GOTOOLCHAIN=local</code> when probing system go 
(<a href="https://redirect.github.com/j178/prek/pull/1797";>#1797</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Disambiguate “hook” terminology by renaming &quot;Git hooks&quot; to 
&quot;Git shims&quot; (<a 
href="https://redirect.github.com/j178/prek/pull/1776";>#1776</a>)</li>
   <li>Document compatibility with pre-commit (<a 
href="https://redirect.github.com/j178/prek/pull/1767";>#1767</a>)</li>
   <li>Update configuration.md with TOML 1.1 notes (<a 
href="https://redirect.github.com/j178/prek/pull/1764";>#1764</a>)</li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>Sync latest identify tags (<a 
href="https://redirect.github.com/j178/prek/pull/1798";>#1798</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a 
href="https://github.com/github-actions";><code>@​github-actions</code></a></li>
   <li><a href="https://github.com/j178";><code>@​j178</code></a></li>
   <li><a 
href="https://github.com/pcastellazzi";><code>@​pcastellazzi</code></a></li>
   <li><a href="https://github.com/deadnews";><code>@​deadnews</code></a></li>
   <li><a 
href="https://github.com/copilot-swe-agent";><code>@​copilot-swe-agent</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/j178/prek/commit/dd53c3d715e3a94dc7ecc947891b9887371e21fe";><code>dd53c3d</code></a>
 Bump version to 0.3.6 (<a 
href="https://redirect.github.com/j178/prek/issues/1811";>#1811</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/ae0f62f07bda7c6b57c5ae85ec58b4d2821866aa";><code>ae0f62f</code></a>
 Bump prek-action to v2.0.0-beta.3 (<a 
href="https://redirect.github.com/j178/prek/issues/1810";>#1810</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/34641f1e5d1ba673cdd573586684296c6636e0c9";><code>34641f1</code></a>
 fix(golang): use <code>GOTOOLCHAIN=local</code> when probing system go</li>
   <li><a 
href="https://github.com/j178/prek/commit/d1f84d5a2bfd74a5e5155cc69f4fe83e979056e3";><code>d1f84d5</code></a>
 Update MSRV to v1.92.0 (<a 
href="https://redirect.github.com/j178/prek/issues/1806";>#1806</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/b4a252fa34c43c7e6a430ce97b2e7d5f783e182b";><code>b4a252f</code></a>
 Sync latest identify tags (<a 
href="https://redirect.github.com/j178/prek/issues/1798";>#1798</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/804eff2fb6b27c2055f391757a0b76dfd4f74451";><code>804eff2</code></a>
 Fix minimumReleaseAge for MSRV (<a 
href="https://redirect.github.com/j178/prek/issues/1809";>#1809</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/56f76237d6d8b27a203a91e58b4213d9c82c885f";><code>56f7623</code></a>
 Update GitHub Actions (major) (<a 
href="https://redirect.github.com/j178/prek/issues/1808";>#1808</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/5c268afebbc4ea9bb87291ebd70fe1857e9b88d3";><code>5c268af</code></a>
 Update Rust crate toml to v1.0.6 (<a 
href="https://redirect.github.com/j178/prek/issues/1803";>#1803</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/88c8de2f44f4bb567e022b62e51ede902a8208d7";><code>88c8de2</code></a>
 Update Rust crate toml_edit to v0.25.4 (<a 
href="https://redirect.github.com/j178/prek/issues/1804";>#1804</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/fe694c56161dc3005521b61411ddf65eaabe6d53";><code>fe694c5</code></a>
 Update pre-commit hook crate-ci/typos to v1.44.0 (<a 
href="https://redirect.github.com/j178/prek/issues/1807";>#1807</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/j178/prek/compare/v0.3.5...v0.3.6";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prek&package-manager=uv&previous-version=0.3.5&new-version=0.3.6)](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]

Reply via email to