This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new a16a1810 Build: Bump prek from 0.2.30 to 0.3.0 (#2960)
a16a1810 is described below
commit a16a181090f4ab2d7c8a474aff56b9f6b6d98c55
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 17:15:41 2026 -0800
Build: Bump prek from 0.2.30 to 0.3.0 (#2960)
Bumps [prek](https://github.com/j178/prek) from 0.2.30 to 0.3.0.
<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.0</h2>
<h2>Release Notes</h2>
<p>Released on 2026-01-22.</p>
<h3>Highlights</h3>
<ul>
<li>
<p><code>prek cache gc</code> (also available via <code>prek gc</code>
for pre-commit compatibility) is finally here! You can now run
<code>prek cache gc</code> to clean up unused repos, hook envs and tool
versions from prek cache.</p>
</li>
<li>
<p><code>language: bun</code> is now supported, making it possible to
write and run hooks with <a href="https://bun.sh/">Bun</a>.</p>
</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>
<p>Implement <code>prek cache gc</code> (<a
href="https://redirect.github.com/j178/prek/pull/1410">#1410</a>)</p>
<ul>
<li>Bootstrap tracking configs from workspace cache (<a
href="https://redirect.github.com/j178/prek/pull/1417">#1417</a>)</li>
<li>Show total size <code>prek cache gc</code> removed (<a
href="https://redirect.github.com/j178/prek/pull/1418">#1418</a>)</li>
<li>Show accurate repo and hook details in <code>prek cache gc -v</code>
(<a
href="https://redirect.github.com/j178/prek/pull/1420">#1420</a>)</li>
<li><code>prek cache gc</code> remove specific unused tool versions (<a
href="https://redirect.github.com/j178/prek/pull/1422">#1422</a>)</li>
<li>Fix unused tool versions not removed in <code>prek cache gc</code>
(<a
href="https://redirect.github.com/j178/prek/pull/1436">#1436</a>)</li>
</ul>
</li>
<li>
<p>Add <code>language: bun</code> support (<a
href="https://redirect.github.com/j178/prek/pull/1411">#1411</a>)</p>
<ul>
<li>Use <code>git ls-remote --tags</code> to list bun versions (<a
href="https://redirect.github.com/j178/prek/pull/1439">#1439</a>)</li>
</ul>
</li>
<li>
<p>Accept <code>--stage</code> as an alias for <code>--hook-stage</code>
in <code>prek run</code> (<a
href="https://redirect.github.com/j178/prek/pull/1398">#1398</a>)</p>
</li>
<li>
<p>Expand <code>~</code> tilde in <code>PREK_HOME</code> (<a
href="https://redirect.github.com/j178/prek/pull/1431">#1431</a>)</p>
</li>
<li>
<p>Support refs to trees (<a
href="https://redirect.github.com/j178/prek/pull/1449">#1449</a>)</p>
</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid file lock warning for in-process contention (<a
href="https://redirect.github.com/j178/prek/pull/1406">#1406</a>)</li>
<li>Resolve relative repo paths from config file directory (<a
href="https://redirect.github.com/j178/prek/pull/1443">#1443</a>)</li>
<li>fix: use <code>split()</code> instead of <code>resolve(None)</code>
for builtin hook argument parsing (<a
href="https://redirect.github.com/j178/prek/pull/1415">#1415</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add <code>simple-icons</code> and <code>ast-grep</code> to the users
of prek (<a
href="https://redirect.github.com/j178/prek/pull/1403">#1403</a>)</li>
<li>Improve JSON schema for <code>repo</code> field (<a
href="https://redirect.github.com/j178/prek/pull/1432">#1432</a>)</li>
<li>Improve JSON schema for builtin and meta hooks (<a
href="https://redirect.github.com/j178/prek/pull/1427">#1427</a>)</li>
<li>Add pronunciation entry to FAQ (<a
href="https://redirect.github.com/j178/prek/pull/1442">#1442</a>)</li>
<li>Add commitizen to the list of projects using prek (<a
href="https://redirect.github.com/j178/prek/pull/1413">#1413</a>)</li>
<li>Move docs to zensical (<a
href="https://redirect.github.com/j178/prek/pull/1421">#1421</a>)</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Refactor config layout (<a
href="https://redirect.github.com/j178/prek/pull/1407">#1407</a>)</li>
</ul>
<!-- 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.3.0</h2>
<p>Released on 2026-01-22.</p>
<h3>Highlights</h3>
<ul>
<li>
<p><code>prek cache gc</code> (also available via <code>prek gc</code>
for pre-commit compatibility) is finally here! You can now run
<code>prek cache gc</code> to clean up unused repos, hook envs and tool
versions from prek cache.</p>
</li>
<li>
<p><code>language: bun</code> is now supported, making it possible to
write and run hooks with <a href="https://bun.sh/">Bun</a>.</p>
</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>
<p>Implement <code>prek cache gc</code> (<a
href="https://redirect.github.com/j178/prek/pull/1410">#1410</a>)</p>
<ul>
<li>Bootstrap tracking configs from workspace cache (<a
href="https://redirect.github.com/j178/prek/pull/1417">#1417</a>)</li>
<li>Show total size <code>prek cache gc</code> removed (<a
href="https://redirect.github.com/j178/prek/pull/1418">#1418</a>)</li>
<li>Show accurate repo and hook details in <code>prek cache gc -v</code>
(<a
href="https://redirect.github.com/j178/prek/pull/1420">#1420</a>)</li>
<li><code>prek cache gc</code> remove specific unused tool versions (<a
href="https://redirect.github.com/j178/prek/pull/1422">#1422</a>)</li>
<li>Fix unused tool versions not removed in <code>prek cache gc</code>
(<a
href="https://redirect.github.com/j178/prek/pull/1436">#1436</a>)</li>
</ul>
</li>
<li>
<p>Add <code>language: bun</code> support (<a
href="https://redirect.github.com/j178/prek/pull/1411">#1411</a>)</p>
<ul>
<li>Use <code>git ls-remote --tags</code> to list bun versions (<a
href="https://redirect.github.com/j178/prek/pull/1439">#1439</a>)</li>
</ul>
</li>
<li>
<p>Accept <code>--stage</code> as an alias for <code>--hook-stage</code>
in <code>prek run</code> (<a
href="https://redirect.github.com/j178/prek/pull/1398">#1398</a>)</p>
</li>
<li>
<p>Expand <code>~</code> tilde in <code>PREK_HOME</code> (<a
href="https://redirect.github.com/j178/prek/pull/1431">#1431</a>)</p>
</li>
<li>
<p>Support refs to trees (<a
href="https://redirect.github.com/j178/prek/pull/1449">#1449</a>)</p>
</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid file lock warning for in-process contention (<a
href="https://redirect.github.com/j178/prek/pull/1406">#1406</a>)</li>
<li>Resolve relative repo paths from config file directory (<a
href="https://redirect.github.com/j178/prek/pull/1443">#1443</a>)</li>
<li>fix: use <code>split()</code> instead of <code>resolve(None)</code>
for builtin hook argument parsing (<a
href="https://redirect.github.com/j178/prek/pull/1415">#1415</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add <code>simple-icons</code> and <code>ast-grep</code> to the users
of prek (<a
href="https://redirect.github.com/j178/prek/pull/1403">#1403</a>)</li>
<li>Improve JSON schema for <code>repo</code> field (<a
href="https://redirect.github.com/j178/prek/pull/1432">#1432</a>)</li>
<li>Improve JSON schema for builtin and meta hooks (<a
href="https://redirect.github.com/j178/prek/pull/1427">#1427</a>)</li>
<li>Add pronunciation entry to FAQ (<a
href="https://redirect.github.com/j178/prek/pull/1442">#1442</a>)</li>
<li>Add commitizen to the list of projects using prek (<a
href="https://redirect.github.com/j178/prek/pull/1413">#1413</a>)</li>
<li>Move docs to zensical (<a
href="https://redirect.github.com/j178/prek/pull/1421">#1421</a>)</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Refactor config layout (<a
href="https://redirect.github.com/j178/prek/pull/1407">#1407</a>)</li>
</ul>
<h3>Contributors</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/j178/prek/commit/da5ddd830416ace27698cb877492d462a0709889"><code>da5ddd8</code></a>
Bump version to 0.3.0</li>
<li><a
href="https://github.com/j178/prek/commit/720c7cb732917ea0966a92e10a0af281eca14a9c"><code>720c7cb</code></a>
Use <code>git ls-remote --tags</code> to list bun versions (<a
href="https://redirect.github.com/j178/prek/issues/1439">#1439</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/7d4ebbdb278b4056dc07e96da93267d0a2c8745a"><code>7d4ebbd</code></a>
Bootstrap <code>config-tracking.json</code> only when it is not exist
(<a
href="https://redirect.github.com/j178/prek/issues/1437">#1437</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/34c1609b6e26af4c15c954ba1f03916f4ef492b7"><code>34c1609</code></a>
Fix unused tool versions not removed in <code>prek cache gc</code> (<a
href="https://redirect.github.com/j178/prek/issues/1436">#1436</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/c34c41e384ec657605f90f61d26dcc67e6d5e6f3"><code>c34c41e</code></a>
Set GITHUB_TOKEN when running tests (<a
href="https://redirect.github.com/j178/prek/issues/1426">#1426</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/013a8ae9f5bd7c34aeb05abfdb3a5d8d88c3d3e6"><code>013a8ae</code></a>
Add more tests for <code>prek cache gc</code> (<a
href="https://redirect.github.com/j178/prek/issues/1425">#1425</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/8d464397e66a2e555c27a84d2abb81c92d568769"><code>8d46439</code></a>
Add <code>language: bun</code> support (<a
href="https://redirect.github.com/j178/prek/issues/1411">#1411</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/c30dbb8490812902cc34f642374927b6a5b3d6f1"><code>c30dbb8</code></a>
<code>prek cache gc</code> remove specific unused tool versions (<a
href="https://redirect.github.com/j178/prek/issues/1422">#1422</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/5db9e473d1924f563a6853594009484ca32c2bcb"><code>5db9e47</code></a>
Show accurate repo and hook details in <code>prek cache gc -v</code> (<a
href="https://redirect.github.com/j178/prek/issues/1420">#1420</a>)</li>
<li><a
href="https://github.com/j178/prek/commit/96aab7ec76d7fabfc88a251ce2103df90c68dbd4"><code>96aab7e</code></a>
Show total size <code>prek cache gc</code> removed (<a
href="https://redirect.github.com/j178/prek/issues/1418">#1418</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/j178/prek/compare/v0.2.30...v0.3.0">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pyproject.toml | 2 +-
uv.lock | 38 +++++++++++++++++++-------------------
2 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 6792438e..d4c2956c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -101,7 +101,7 @@ gcp-auth = ["google-auth>=2.4.0"]
dev = [
"pytest==7.4.4",
"pytest-checkdocs==2.14.0",
- "prek>=0.2.1,<0.3",
+ "prek>=0.2.1,<0.4",
"pytest-lazy-fixture==0.6.3",
"fastavro==1.12.1",
"coverage[toml]>=7.4.2,<8",
diff --git a/uv.lock b/uv.lock
index f89c8d63..94dbaa7f 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3762,26 +3762,26 @@ wheels = [
[[package]]
name = "prek"
-version = "0.2.30"
+version = "0.3.0"
source = { registry = "https://pypi.org/simple" }
-sdist = { url =
"https://files.pythonhosted.org/packages/51/87/2ad90e933c59676b8ce373a643ba5c58e96d4626f08a796af07607a4e827/prek-0.2.30.tar.gz",
hash =
"sha256:e421b7854eb2228c060b40e7282c4ce4c9889f41062351bc34f55472af2a608c", size
= 291247, upload-time = "2026-01-18T13:23:15.171Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/f2/1e/6c23d3470145be1d6ff29d93f2a521864788827d22e509e2b978eb5bb4cb/prek-0.3.0.tar.gz",
hash =
"sha256:e70f16bbaf2803e490b866cfa997ea5cc46e7ada55d61f0cdd84bc90b8d5ca7f", size
= 316063, upload-time = "2026-01-22T04:00:01.648Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/52/1a/8dcd4580106190be9c313a72a15e309d41176fc4b6414167fba638bcee75/prek-0.2.30-py3-none-linux_armv6l.whl",
hash =
"sha256:50b25003fa94c0df6cd6683714ac0c6122e4f3d18ae6a487333823ec812b57d4", size
= 4260268, upload-time = "2026-01-18T13:22:59.295Z" },
- { url =
"https://files.pythonhosted.org/packages/2c/d0/0b9d524d409c5b1b7466f32217cb809b997613a0d0b319caab0ceb1f664b/prek-0.2.30-py3-none-macosx_10_12_x86_64.whl",
hash =
"sha256:e69842fec298fc065dd2428e33a50bcd124d7ac22fc4d91c442b963450d5b14d", size
= 4269718, upload-time = "2026-01-18T13:22:55.575Z" },
- { url =
"https://files.pythonhosted.org/packages/04/55/8e9ff2ff742174e49e2df5a14108f5997498662ff31ade35529ecea1812c/prek-0.2.30-py3-none-macosx_11_0_arm64.whl",
hash =
"sha256:910a370b718a128ef91e5f93baa76eeef205ac448774c491838f36511e95ce64", size
= 3924968, upload-time = "2026-01-18T13:23:00.968Z" },
- { url =
"https://files.pythonhosted.org/packages/2e/db/a130a32ae8c3de89efe20d11ec8d0730cd80319f0f9ca673ef4e5c8685b2/prek-0.2.30-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl",
hash =
"sha256:5f9d50e0d95e5b7908299a59d6aee903ca422a032e2d9e0b5ba73c5a2911f469", size
= 4254573, upload-time = "2026-01-18T13:23:09.713Z" },
- { url =
"https://files.pythonhosted.org/packages/a5/ab/3b64dcf919c82bbac75c5cc8800932f3bfd2be33a60f0345b708b78b56aa/prek-0.2.30-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
hash =
"sha256:801df0ecef3c3303dd1b5abe14edfe704b305c5bdca0b272bb3e317dbe3d29af", size
= 4183080, upload-time = "2026-01-18T13:22:48.028Z" },
- { url =
"https://files.pythonhosted.org/packages/a5/6d/4acdb306901d3b9e9c4da88b033264e5eed3b53f43a8111df25cd843f127/prek-0.2.30-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
hash =
"sha256:03154e56a6956179e916ec3f564835af7a304473235fe837c3e504df1aa462c2", size
= 4436996, upload-time = "2026-01-18T13:22:52.109Z" },
- { url =
"https://files.pythonhosted.org/packages/c3/80/50e0e03dbfe93dbe94a79f1026e9c24eacd4a7228b27f650a2ee43ce4387/prek-0.2.30-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
hash =
"sha256:77923501a247f94a93e272c3bacbfb7a4347aff3c57a4edb928624ddb8c65eb7", size
= 4970022, upload-time = "2026-01-18T13:23:13.297Z" },
- { url =
"https://files.pythonhosted.org/packages/52/4f/c9cda78678275ce1bfa97c3ef6d9ad23ef1dac2cd2d4660ad277bbcd4ab2/prek-0.2.30-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
hash =
"sha256:cea2e2b1825f3e1d979492eed6d69f21d3e13cb4157212034badd01521b77b1d", size
= 4494648, upload-time = "2026-01-18T13:23:08.08Z" },
- { url =
"https://files.pythonhosted.org/packages/38/78/14bbe113362702bb0dd34cdb8244f0b1bc37e7482592381a8cec4d725fc5/prek-0.2.30-py3-none-manylinux_2_28_aarch64.whl",
hash =
"sha256:77cb9c9218a5479e10e33449dec52886c6991f7b5dd5abb9c20856c1a1fae66a", size
= 4268486, upload-time = "2026-01-18T13:22:57.762Z" },
- { url =
"https://files.pythonhosted.org/packages/52/17/78182dc4c4e4eed952558085b21046414c1b21e800a157d4a6f94d20bd1a/prek-0.2.30-py3-none-manylinux_2_31_riscv64.whl",
hash =
"sha256:c480dcbf459ea0dcf70f9d9f9f3709c11cbda06f81526b2e36430fa260ecf747", size
= 4285924, upload-time = "2026-01-18T13:23:02.503Z" },
- { url =
"https://files.pythonhosted.org/packages/8a/2d/ec39a4570dad4984f671a940df6078f97bb4fd993b32914358a0ed7b311a/prek-0.2.30-py3-none-musllinux_1_1_armv7l.whl",
hash =
"sha256:bdc5ae31543e77acf7d78fa51bf4f5cb870628856230763bc5173895ad84d327", size
= 4161904, upload-time = "2026-01-18T13:23:16.397Z" },
- { url =
"https://files.pythonhosted.org/packages/0f/63/e0488a50dbbeff2cf0b789d503f6425b9fd3fb3bd95e128634ee38a51f96/prek-0.2.30-py3-none-musllinux_1_1_i686.whl",
hash =
"sha256:859f870c823ecf1f5b28353e6ab53ae35bca2ee959c58a50a2e0100172fc2439", size
= 4313514, upload-time = "2026-01-18T13:22:53.994Z" },
- { url =
"https://files.pythonhosted.org/packages/cc/b4/e5fcb3d4e0275ccdb7d45494c8f628925ac05314b859ec74035ae487131a/prek-0.2.30-py3-none-musllinux_1_1_x86_64.whl",
hash =
"sha256:c086ae69d106abbfcb7f4b91c70e5cdf982d4485970b75b0057302b46f1708e2", size
= 4599592, upload-time = "2026-01-18T13:22:50.483Z" },
- { url =
"https://files.pythonhosted.org/packages/33/2e/fb615b3026c96d10c0734fc2cb972b204e8fa52947e28f5e0eb6c24a0bd0/prek-0.2.30-py3-none-win32.whl",
hash =
"sha256:589c6277429424ce6e5a2e669c183efa55afb9adc9f1916a34c74211a63c7a35", size
= 3888524, upload-time = "2026-01-18T13:23:04.005Z" },
- { url =
"https://files.pythonhosted.org/packages/eb/b4/e1dc3447af01ad12956bd17185f21a874eb1b86787fb573e577fe4d602d6/prek-0.2.30-py3-none-win_amd64.whl",
hash =
"sha256:b651f0b392d92d6091c3fc5adb2b1a3819311a15e92bf3eb084cb8fd5df40272", size
= 4237521, upload-time = "2026-01-18T13:23:06.42Z" },
- { url =
"https://files.pythonhosted.org/packages/93/ec/8150b29e7e00a9fbb70c67f35188fb8c95f1c46481427f57a30c200365f9/prek-0.2.30-py3-none-win_arm64.whl",
hash =
"sha256:75cd54c05d1941f1f3c12a2f4365d9429a700ad8c442ece03266b217b403941b", size
= 3992917, upload-time = "2026-01-18T13:23:11.594Z" },
+ { url =
"https://files.pythonhosted.org/packages/84/49/469219c19bb00db678806f79fc084ac1ce9952004a183a798db26f6df22b/prek-0.3.0-py3-none-linux_armv6l.whl",
hash =
"sha256:7e5d40b22deff23e36f7ad91e24b8e62edf32f30f6dad420459f7ec7188233c3", size
= 4317493, upload-time = "2026-01-22T03:59:51.769Z" },
+ { url =
"https://files.pythonhosted.org/packages/87/9f/f7afc49cc0fd92d1ba492929dc1573cb7004d09b61341aa6ee32a5288657/prek-0.3.0-py3-none-macosx_10_12_x86_64.whl",
hash =
"sha256:6712b58cbb5a7db0aaef180c489ce9f3462e0293d54e54baeedd75fc0d9d8c28", size
= 4323961, upload-time = "2026-01-22T03:59:56.92Z" },
+ { url =
"https://files.pythonhosted.org/packages/42/94/ba36dc29e71d476bf71c3bac2b0c89cfcfc4b8973a0a6b20728f429f4560/prek-0.3.0-py3-none-macosx_11_0_arm64.whl",
hash =
"sha256:5f2c446fd9012a98c5690b4badf3f7dfb8d424cf0c6798a2d08ee56511f0a670", size
= 3970121, upload-time = "2026-01-22T03:59:55.722Z" },
+ { url =
"https://files.pythonhosted.org/packages/b5/93/6131dd9f6cde3d72815b978b766de21b2ac9cc15fc38f5c22267cc7e574d/prek-0.3.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl",
hash =
"sha256:10f3da7cda2397f7d2f3ff7f2be0d7486c15d4941f7568095b7168e57a9c88c5", size
= 4307430, upload-time = "2026-01-22T03:59:47.484Z" },
+ { url =
"https://files.pythonhosted.org/packages/6f/08/7c55a765d96028d38dc984e66a096a969d80e56f66a47801acc86dede856/prek-0.3.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
hash =
"sha256:2f747bb4a4322fea35d548cd2c1bd24477f56ed009f3d62a2b97ecbfc88096ac", size
= 4238032, upload-time = "2026-01-22T04:00:02.606Z" },
+ { url =
"https://files.pythonhosted.org/packages/dc/a7/59d9bf902b749c8a0cef9e8ac073cc5c886634cd09404c00af4a76470b3b/prek-0.3.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
hash =
"sha256:40bd61f11d8caabc0e2a5d4c326639d6ff558b580ef4388aabec293ddb5afd35", size
= 4493295, upload-time = "2026-01-22T03:59:45.964Z" },
+ { url =
"https://files.pythonhosted.org/packages/08/dc/902b2e4ddff59ad001ddc2cda3b47e457ab1ee811698a4002b3e4f84faf1/prek-0.3.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
hash =
"sha256:1d096b5e273d17a1300b20a7101a9e5a624a8104825eb59659776177f7fccea1", size
= 5033370, upload-time = "2026-01-22T03:59:44.806Z" },
+ { url =
"https://files.pythonhosted.org/packages/15/cd/277a3d2768b80bb1ff3c2ea8378687bb4c527d88a8b543bf6f364f8a0dc9/prek-0.3.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
hash =
"sha256:df39face5f1298851fbae495267ddf60f1694ea594ed5c6cdb88bdd6de14f6a4", size
= 4549792, upload-time = "2026-01-22T03:59:41.518Z" },
+ { url =
"https://files.pythonhosted.org/packages/26/21/53aeabd3822ef7fa350aac66d099d4d97b05e8383a2df35499229389a642/prek-0.3.0-py3-none-manylinux_2_28_aarch64.whl",
hash =
"sha256:9462f80a576d661490aa058d4493a991a34c7532dea76b7b004a17c8bc6b80f2", size
= 4323158, upload-time = "2026-01-22T03:59:54.284Z" },
+ { url =
"https://files.pythonhosted.org/packages/27/c2/3a7392b0e7fd07e339d89701b49b12a89d85256a57279877195028215957/prek-0.3.0-py3-none-manylinux_2_31_riscv64.whl",
hash =
"sha256:33d3fa40eecf996ed14bab2d006c39d21ae344677d62599963efd9b27936558e", size
= 4344632, upload-time = "2026-01-22T04:00:03.71Z" },
+ { url =
"https://files.pythonhosted.org/packages/71/89/8254ac981d75d0ce2826bcac74fed901540d629cb2d9f4d73ce62f8ce843/prek-0.3.0-py3-none-musllinux_1_1_armv7l.whl",
hash =
"sha256:d8c6abfd53a23718afdf4e6107418db1d74c5d904e9b7ec7900e285f8da90723", size
= 4216608, upload-time = "2026-01-22T03:59:58.527Z" },
+ { url =
"https://files.pythonhosted.org/packages/20/f5/854d57d89376fac577ee647a1dba1b87e27b2baeca7edc3d40295adeb7c8/prek-0.3.0-py3-none-musllinux_1_1_i686.whl",
hash =
"sha256:eb4c80c3e7c0e16bf307947809112bfef3715a1b83c2b03f5937707934635617", size
= 4371174, upload-time = "2026-01-22T03:59:53.088Z" },
+ { url =
"https://files.pythonhosted.org/packages/03/38/8927619411da8d3f189415c452ec7a463f09dea69e272888723f37b4b18f/prek-0.3.0-py3-none-musllinux_1_1_x86_64.whl",
hash =
"sha256:602bcce070c50900167acd89dcdf95d27894412f8a7b549c8eb66de612a99653", size
= 4659113, upload-time = "2026-01-22T03:59:43.166Z" },
+ { url =
"https://files.pythonhosted.org/packages/8c/4d/16baeef633b8b230dde878b858c0e955149c860feef518b5eb5aac640eec/prek-0.3.0-py3-none-win32.whl",
hash =
"sha256:a69229365ce33c68c05db7ae73ad1ef8bc7f0914ab3bc484ab7781256bcdfb7a", size
= 3937103, upload-time = "2026-01-22T03:59:48.719Z" },
+ { url =
"https://files.pythonhosted.org/packages/f4/f2/c7395b4afd1bba32cad2b24c30fd7781e94c1e41137348cd150bbef001d6/prek-0.3.0-py3-none-win_amd64.whl",
hash =
"sha256:a0379afd8d31bd5da6ee8977820fdb3c30601bed836b39761e6f605451dbccaa", size
= 4290763, upload-time = "2026-01-22T03:59:59.938Z" },
+ { url =
"https://files.pythonhosted.org/packages/df/83/97ed76ab5470025992cd50cb1ebdeb21fcf6c25459f9ffc49ac7bf040cf4/prek-0.3.0-py3-none-win_arm64.whl",
hash =
"sha256:82e2c64f75dc1ea6f2023f4322500eb8da5d0557baf06c88677bddf163e1542a", size
= 4041580, upload-time = "2026-01-22T03:59:50.082Z" },
]
[[package]]
@@ -4513,7 +4513,7 @@ dev = [
{ name = "moto", extras = ["server"], specifier = ">=5.0.2,<6" },
{ name = "mypy-boto3-dynamodb", specifier = ">=1.28.18" },
{ name = "mypy-boto3-glue", specifier = ">=1.28.18" },
- { name = "prek", specifier = ">=0.2.1,<0.3" },
+ { name = "prek", specifier = ">=0.2.1,<0.4" },
{ name = "protobuf", specifier = "==6.33.4" },
{ name = "pyarrow-stubs", specifier = ">=20.0.0.20251107" },
{ name = "pyspark", extras = ["connect"], specifier = "==4.0.1" },