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

   Bumps [prek](https://github.com/j178/prek) from 0.2.22 to 0.2.23.
   <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.23</h2>
   <h2>Release Notes</h2>
   <p>Released on 2025-12-20.</p>
   <h3>Highlights</h3>
   <p>🚀 This release introduces priority-based parallel hook execution: prek 
can run multiple hooks in parallel when they share the same 
<code>priority</code>, which can be a huge speed-up for many configs. See 
configuration docs for <a 
href="https://prek.j178.dev/configuration/#priority";><code>priority</code></a>.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Allow uv reading user-level or system-level configuration files (<a 
href="https://redirect.github.com/j178/prek/pull/1227";>#1227</a>)</li>
   <li>Implement <code>check-case-conflict</code> as builtin hook (<a 
href="https://redirect.github.com/j178/prek/pull/888";>#888</a>)</li>
   <li>Implement <code>priority</code> based parallel execution (<a 
href="https://redirect.github.com/j178/prek/pull/1232";>#1232</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix <code>check-executable-have-shebangs</code> &quot;command line too 
long&quot; error on Windows (<a 
href="https://redirect.github.com/j178/prek/pull/1236";>#1236</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Add FastAPI to the list of projects using prek (<a 
href="https://redirect.github.com/j178/prek/pull/1241";>#1241</a>)</li>
   <li>Document hook_types flag and default_install_hook_types behavior (<a 
href="https://redirect.github.com/j178/prek/pull/1225";>#1225</a>)</li>
   <li>Improve documentation for <code>priority</code> (<a 
href="https://redirect.github.com/j178/prek/pull/1245";>#1245</a>)</li>
   <li>Mention prek can be installed 
via<code>taiki-e/install-action@prek</code> (<a 
href="https://redirect.github.com/j178/prek/pull/1234";>#1234</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/copilot-swe-agent";><code>@​copilot-swe-agent</code></a></li>
   <li><a href="https://github.com/lmmx";><code>@​lmmx</code></a></li>
   </ul>
   <h2>Install prek 0.2.23</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.23/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.2.23/prek-installer.ps1 | 
iex&quot;
   </code></pre>
   <h3>Install prebuilt binaries via Homebrew</h3>
   <pre lang="sh"><code>brew install j178/tap/prek
   &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.2.23</h2>
   <p>Released on 2025-12-20.</p>
   <h3>Highlights</h3>
   <p>🚀 This release introduces priority-based parallel hook execution: prek 
can run multiple hooks in parallel when they share the same 
<code>priority</code>, which can be a huge speed-up for many configs. See 
configuration docs for <a 
href="https://prek.j178.dev/configuration/#priority";><code>priority</code></a>.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Allow uv reading user-level or system-level configuration files (<a 
href="https://redirect.github.com/j178/prek/pull/1227";>#1227</a>)</li>
   <li>Implement <code>check-case-conflict</code> as builtin hook (<a 
href="https://redirect.github.com/j178/prek/pull/888";>#888</a>)</li>
   <li>Implement <code>priority</code> based parallel execution (<a 
href="https://redirect.github.com/j178/prek/pull/1232";>#1232</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix <code>check-executable-have-shebangs</code> &quot;command line too 
long&quot; error on Windows (<a 
href="https://redirect.github.com/j178/prek/pull/1236";>#1236</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Add FastAPI to the list of projects using prek (<a 
href="https://redirect.github.com/j178/prek/pull/1241";>#1241</a>)</li>
   <li>Document hook_types flag and default_install_hook_types behavior (<a 
href="https://redirect.github.com/j178/prek/pull/1225";>#1225</a>)</li>
   <li>Improve documentation for <code>priority</code> (<a 
href="https://redirect.github.com/j178/prek/pull/1245";>#1245</a>)</li>
   <li>Mention prek can be installed 
via<code>taiki-e/install-action@prek</code> (<a 
href="https://redirect.github.com/j178/prek/pull/1234";>#1234</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/copilot-swe-agent";><code>@​copilot-swe-agent</code></a></li>
   <li><a href="https://github.com/lmmx";><code>@​lmmx</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/j178/prek/commit/5e489814e17e7a3426d8e2a9f2d762666ae69f6a";><code>5e48981</code></a>
 Bump version to 0.2.23 (<a 
href="https://redirect.github.com/j178/prek/issues/1246";>#1246</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/c7545d8edb78ad3603db3f051a7c62b470c50e7f";><code>c7545d8</code></a>
 Improve documentation for <code>priority</code> (<a 
href="https://redirect.github.com/j178/prek/issues/1245";>#1245</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/1c9d1f56188aef0f4d39cdde8bf8b0426c939b1f";><code>1c9d1f5</code></a>
 Implement <code>priority</code> based parallel execution (<a 
href="https://redirect.github.com/j178/prek/issues/1232";>#1232</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/917aafd11eac75d46c5a15590b2bc47622b022a2";><code>917aafd</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/j178/prek/commit/6a5acb556f73a067bbb6bbaa52c4acf70f4d9b3b";><code>6a5acb5</code></a>
 Upgrade Rust toolchain to 1.92 (<a 
href="https://redirect.github.com/j178/prek/issues/1244";>#1244</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/b13cdddcc2e24e8479d20ae3d304afb82b6689a9";><code>b13cddd</code></a>
 Add FastAPI to the list of projects using prek (<a 
href="https://redirect.github.com/j178/prek/issues/1241";>#1241</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/ecf7c5ba2daeb40444e6a0fe33be9cd350931e59";><code>ecf7c5b</code></a>
 Fix <code>check-executable-have-shebangs</code> &quot;command line too 
long&quot; error on Windows...</li>
   <li><a 
href="https://github.com/j178/prek/commit/5785a1aa420a3aaee456abc70f17ae409d4b0398";><code>5785a1a</code></a>
 Implement <code>check-case-conflict</code> as builtin hook (<a 
href="https://redirect.github.com/j178/prek/issues/888";>#888</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/70ebd87ed8b881011c7ec58b8f1917f28bf2956f";><code>70ebd87</code></a>
 Mention prek can be installed via<code>taiki-e/install-action@prek</code> (<a 
href="https://redirect.github.com/j178/prek/issues/1234";>#1234</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/d4adf8bf68fec0da88cdc682586784fcfd80a2da";><code>d4adf8b</code></a>
 Update project development status (<a 
href="https://redirect.github.com/j178/prek/issues/1231";>#1231</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/j178/prek/compare/v0.2.22...v0.2.23";>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.2.22&new-version=0.2.23)](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]

Reply via email to