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

   Bumps [prek](https://github.com/j178/prek) from 0.4.5 to 0.4.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.4.6</h2>
   <h2>Release Notes</h2>
   <p>Released on 2026-07-01.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Verify managed toolchain downloads before installation (<a 
href="https://redirect.github.com/j178/prek/pull/2229";>#2229</a>)</li>
   <li>Add <code>PREK_DOCKER_NO_INIT</code> to opt-out Docker 
<code>--init</code> (<a 
href="https://redirect.github.com/j178/prek/pull/2242";>#2242</a>)</li>
   <li>Improve subprocess error messages (<a 
href="https://redirect.github.com/j178/prek/pull/2257";>#2257</a>)</li>
   <li>Split run concurrency knobs: <code>PREK_CONCURRENT_HOOKS</code> and 
<code>PREK_CONCURRENT_BATCHES</code> (<a 
href="https://redirect.github.com/j178/prek/pull/2276";>#2276</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Avoid allocating markdown extensions per file (<a 
href="https://redirect.github.com/j178/prek/pull/2245";>#2245</a>)</li>
   <li>Avoid unchanged config tracking writes (<a 
href="https://redirect.github.com/j178/prek/pull/2247";>#2247</a>)</li>
   <li>Delay trailing whitespace output buffer (<a 
href="https://redirect.github.com/j178/prek/pull/2244";>#2244</a>)</li>
   <li>Prefilter VCS permalink lines (<a 
href="https://redirect.github.com/j178/prek/pull/2253";>#2253</a>)</li>
   <li>Skip unnecessary submodule updates during hook repo clone (<a 
href="https://redirect.github.com/j178/prek/pull/2255";>#2255</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Document <code>language_version</code> inferring for Python and Go (<a 
href="https://redirect.github.com/j178/prek/pull/2241";>#2241</a>)</li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>Refactor env var handling (<a 
href="https://redirect.github.com/j178/prek/pull/2277";>#2277</a>)</li>
   <li>Use <code>serde-saphyr</code> for YAML string quoting (<a 
href="https://redirect.github.com/j178/prek/pull/2228";>#2228</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a 
href="https://github.com/shaanmajid";><code>@​shaanmajid</code></a></li>
   <li><a href="https://github.com/j178";><code>@​j178</code></a></li>
   </ul>
   <h2>Install prek 0.4.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.4.6/prek-installer.sh | sh
   </code></pre>
   <h3>Install prebuilt binaries via powershell script</h3>
   <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm 
https://github.com/j178/prek/releases/download/v0.4.6/prek-installer.ps1 | 
iex&quot;
   </code></pre>
   <h3>Install prebuilt binaries via Homebrew</h3>
   <!-- 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.6</h2>
   <p>Released on 2026-07-01.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Verify managed toolchain downloads before installation (<a 
href="https://redirect.github.com/j178/prek/pull/2229";>#2229</a>)</li>
   <li>Add <code>PREK_DOCKER_NO_INIT</code> to opt-out Docker 
<code>--init</code> (<a 
href="https://redirect.github.com/j178/prek/pull/2242";>#2242</a>)</li>
   <li>Improve subprocess error messages (<a 
href="https://redirect.github.com/j178/prek/pull/2257";>#2257</a>)</li>
   <li>Split run concurrency knobs: <code>PREK_CONCURRENT_HOOKS</code> and 
<code>PREK_CONCURRENT_BATCHES</code> (<a 
href="https://redirect.github.com/j178/prek/pull/2276";>#2276</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Avoid allocating markdown extensions per file (<a 
href="https://redirect.github.com/j178/prek/pull/2245";>#2245</a>)</li>
   <li>Avoid unchanged config tracking writes (<a 
href="https://redirect.github.com/j178/prek/pull/2247";>#2247</a>)</li>
   <li>Delay trailing whitespace output buffer (<a 
href="https://redirect.github.com/j178/prek/pull/2244";>#2244</a>)</li>
   <li>Prefilter VCS permalink lines (<a 
href="https://redirect.github.com/j178/prek/pull/2253";>#2253</a>)</li>
   <li>Skip unnecessary submodule updates during hook repo clone (<a 
href="https://redirect.github.com/j178/prek/pull/2255";>#2255</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Document <code>language_version</code> inferring for Python and Go (<a 
href="https://redirect.github.com/j178/prek/pull/2241";>#2241</a>)</li>
   </ul>
   <h3>Other changes</h3>
   <ul>
   <li>Refactor env var handling (<a 
href="https://redirect.github.com/j178/prek/pull/2277";>#2277</a>)</li>
   <li>Use <code>serde-saphyr</code> for YAML string quoting (<a 
href="https://redirect.github.com/j178/prek/pull/2228";>#2228</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a 
href="https://github.com/shaanmajid";><code>@​shaanmajid</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/643fba48aac2bdff4993e4d0b58c765a49df3188";><code>643fba4</code></a>
 Bump version to 0.4.6 (<a 
href="https://redirect.github.com/j178/prek/issues/2280";>#2280</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/b0f92611f3b26c1436b98ba95678b1c95e2ac749";><code>b0f9261</code></a>
 Refactor env var handling (<a 
href="https://redirect.github.com/j178/prek/issues/2277";>#2277</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/8494d1663e2c330e03ac0944bd6f81e8028f7a8a";><code>8494d16</code></a>
 Split run concurrency knobs (<a 
href="https://redirect.github.com/j178/prek/issues/2276";>#2276</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/f20bbaaedaf95ebcdda053de1548b2c24e20eb55";><code>f20bbaa</code></a>
 Update sample config for <code>.pre-commit-config.yaml</code> (<a 
href="https://redirect.github.com/j178/prek/issues/2275";>#2275</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/5485289875b75170fce1ef3ed6c8964bd48fe91c";><code>5485289</code></a>
 Pin pre-commit repos to commit hash (<a 
href="https://redirect.github.com/j178/prek/issues/2274";>#2274</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/d418ab322bb05539409c6a90a6c898c46a6b96a1";><code>d418ab3</code></a>
 Improve nix shebang parsing (<a 
href="https://redirect.github.com/j178/prek/issues/2271";>#2271</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/cc261c13a0a9d7e10e6a713a9d9fe81594073f75";><code>cc261c1</code></a>
 Update actions/checkout action to v7 (<a 
href="https://redirect.github.com/j178/prek/issues/2267";>#2267</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/8d2dbba355f8cca46c6a1f2386f1505db13d6053";><code>8d2dbba</code></a>
 Update Rust crate itertools to 0.15.0 (<a 
href="https://redirect.github.com/j178/prek/issues/2265";>#2265</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/51db86cd2ae4dd496e7a7f5ea94c5013d4e5ac1f";><code>51db86c</code></a>
 Update Rust crate phf to 0.14.0 (<a 
href="https://redirect.github.com/j178/prek/issues/2266";>#2266</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/1aa7d389e8e9d782e11bb08a7223858557e56875";><code>1aa7d38</code></a>
 Update dependency uv to v0.11.23 (<a 
href="https://redirect.github.com/j178/prek/issues/2262";>#2262</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/j178/prek/compare/v0.4.5...v0.4.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.4.5&new-version=0.4.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