dependabot[bot] opened a new pull request, #2325: URL: https://github.com/apache/sedona/pull/2325
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/releases">pypa/cibuildwheel's releases</a>.</em></p> <blockquote> <h2>v3.1.4</h2> <ul> <li>โจ Add a <code>--clean-cache</code> command to clean up our cache (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2489">#2489</a>)</li> <li>๐ Update Python to 3.14rc2 and other patch version bumps (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2542">#2542</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2556">#2556</a>)</li> <li>๐ Update Pyodide to 0.28.2 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2562">#2562</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2558">#2558</a>)</li> <li>๐ Fix resolution with <code>pyodide-build</code> when <code>dependency-versions</code> is set (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2548">#2548</a>)</li> <li>๐ Set <code>CMAKE_FIND_ROOT_PATH_MODE_PACKAGE</code> to <code>BOTH</code> on Android (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2547">#2547</a>)</li> <li>๐ Add <code>patchelf</code> dependency for platforms that can build Android wheels (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2552">#2552</a>)</li> <li>๐ Ignore empty values for <code>CIBW_ARCHS</code> like most other environment variables (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2541">#2541</a>)</li> <li>๐ผ The <code>color</code> and <code>suggest_on_error</code> argparse options are now default in 3.14rc1+ (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2554">#2554</a>)</li> <li>๐ผ Use the virtualenv release URL instead of blob URL (should be more robust) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2555">#2555</a>)</li> <li>๐งช For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2557">#2557</a>)</li> <li>๐งช Split out platforms iOS and Android in our tests (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2519">#2519</a>)</li> <li>๐งช Fix and enable doctests (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2546">#2546</a>)</li> <li>๐ Improve our docs on free-threading (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2549">#2549</a>)</li> </ul> <h2>v3.1.3</h2> <ul> <li>๐ Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2537">#2537</a>)</li> <li>๐งช Use pytest-rerunfailures to improve some of our iOS/Android tests (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2527">#2527</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2539">#2539</a>)</li> <li>๐งช Remove some GraalPy Windows workarounds in our tests (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2501">#2501</a>)</li> </ul> <h2>v3.1.2</h2> <ul> <li>โ ๏ธ Add an error if <code>CIBW_FREE_THREADING_SUPPORT</code> is set; you are likely missing 3.13t wheels, please use the <code>enable</code>/<code>CIBW_ENABLE</code> (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2520">#2520</a>)</li> <li>๐ <code>riscv64</code> now enabled if you target that architecture, it's now supported on PyPI (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2509">#2509</a>)</li> <li>๐ Add warning when using <code>cpython-experimental-riscv64</code> (no longer needed) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2526">#2526</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2528">#2528</a>)</li> <li>๐ iOS versions bumped, fixing issues with 3.14 (now RC 1) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2530">#2530</a>)</li> <li>๐ Fix bug in Android running wheel from our GitHub Action (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2517">#2517</a>)</li> <li>๐ Fix warning when using <code>test-skip</code> of <code>"*-macosx_universal2:arm64"</code> (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2522">#2522</a>)</li> <li>๐ Fix incorrect number of wheels reported in logs, again (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2517">#2517</a>)</li> <li>๐ We welcome our Android platform maintainer (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2516">#2516</a>)</li> </ul> <h2>v3.1.1</h2> <ul> <li>๐ Fix a bug showing an incorrect wheel count at the end of execution, and misrepresenting test-only runs in the GitHub Action summary (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2512">#2512</a>)</li> <li>๐ Docs fix (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2510">#2510</a>)</li> </ul> <h2>v3.1.0</h2> <ul> <li>๐ CPython 3.14 wheels are now built by default - without the <code>"cpython-prerelease"</code> <code>enable</code> set. It's time to build and upload these wheels to PyPI! This release includes CPython 3.14.0rc1, which is guaranteed to be ABI compatible with the final release. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2507">#2507</a>) Free-threading is no longer experimental in 3.14, so you have to skip it explicitly with <code>'cp31?t-*'</code> if you don't support it yet. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2503">#2503</a>)</li> <li>๐ Adds the ability to <a href="https://cibuildwheel.pypa.io/en/stable/platforms/#android">build wheels for Android</a>! Set the <a href="https://cibuildwheel.pypa.io/en/stable/options/#platform"><code>platform</code> option</a> to <code>android</code> on Linux or macOS to try it out! (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2349">#2349</a>)</li> <li>๐ Adds Pyodide 0.28, which builds 3.13 wheels (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2487">#2487</a>)</li> <li>โจ Support for 32-bit <code>manylinux_2_28</code> (now a consistent default) and <code>manylinux_2_34</code> added (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2500">#2500</a>)</li> <li>๐ Improved summary, will also use markdown summary output on GHA (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2469">#2469</a>)</li> <li>๐ The riscv64 images now have a working default (as they are now part of pypy/manylinux), but are still experimental (and behind an <code>enable</code>) since you can't push them to PyPI yet (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2506">#2506</a>)</li> <li>๐ Fixed a typo in the 3.9 MUSL riscv64 identifier (<code>cp39-musllinux_ricv64</code> -> <code>cp39-musllinux_riscv64</code>) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2490">#2490</a>)</li> <li>๐ Mistyping <code>--only</code> now shows the correct possibilities, and even suggests near matches on Python 3.14+ (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2499">#2499</a>)</li> <li>๐ Only support one output from the repair step on linux like other platforms; auditwheel fixed this over four years ago! (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2478">#2478</a>)</li> <li>๐ผ We now use pattern matching extensively (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2434">#2434</a>)</li> <li>๐ We now have platform maintainers for our special platforms and interpreters! (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2481">#2481</a>)</li> </ul> <h2>v3.0.1</h2> <ul> <li>๐ Updates CPython 3.14 prerelease to 3.14.0b3 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2471">#2471</a>)</li> <li>โจ Adds a CPython 3.14 prerelease iOS build (only when prerelease builds are <a href="https://cibuildwheel.pypa.io/en/stable/options/#enable">enabled</a>) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2475">#2475</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md">pypa/cibuildwheel's changelog</a>.</em></p> <blockquote> <h3>v3.1.4</h3> <p><em>19 August 2025</em></p> <ul> <li>โจ Add a <code>--clean-cache</code> command to clean up our cache (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2489">#2489</a>)</li> <li>๐ Update Python to 3.14rc2 and other patch version bumps (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2542">#2542</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2556">#2556</a>)</li> <li>๐ Update Pyodide to 0.28.2 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2562">#2562</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2558">#2558</a>)</li> <li>๐ Fix resolution with <code>pyodide-build</code> when <code>dependency-versions</code> is set (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2548">#2548</a>)</li> <li>๐ Set <code>CMAKE_FIND_ROOT_PATH_MODE_PACKAGE</code> to <code>BOTH</code> on Android (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2547">#2547</a>)</li> <li>๐ Add <code>patchelf</code> dependency for platforms that can build Android wheels (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2552">#2552</a>)</li> <li>๐ Ignore empty values for <code>CIBW_ARCHS</code> like most other environment variables (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2541">#2541</a>)</li> <li>๐ผ The <code>color</code> and <code>suggest_on_error</code> argparse options are now default in 3.14rc1+ (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2554">#2554</a>)</li> <li>๐ผ Use the virtualenv release URL instead of blob URL (should be more robust) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2555">#2555</a>)</li> <li>๐งช For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2557">#2557</a>)</li> <li>๐งช Split out platforms iOS and Android in our tests (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2519">#2519</a>)</li> <li>๐งช Fix and enable doctests (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2546">#2546</a>)</li> <li>๐ Improve our docs on free-threading (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2549">#2549</a>)</li> </ul> <h3>v3.1.3</h3> <p><em>1 August 2025</em></p> <ul> <li>๐ Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2537">#2537</a>)</li> <li>๐งช Use pytest-rerunfailures to improve some of our iOS/Android tests (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2527">#2527</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2539">#2539</a>)</li> <li>๐งช Remove some GraalPy Windows workarounds in our tests (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2501">#2501</a>)</li> </ul> <h3>v3.1.2</h3> <p><em>29 July 2025</em></p> <ul> <li>โ ๏ธ Add an error if <code>CIBW_FREE_THREADING_SUPPORT</code> is set; you are likely missing 3.13t wheels, please use the <code>enable</code>/<code>CIBW_ENABLE</code> (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2520">#2520</a>)</li> <li>๐ <code>riscv64</code> now enabled if you target that architecture, it's now supported on PyPI (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2509">#2509</a>)</li> <li>๐ Add warning when using <code>cpython-experimental-riscv64</code> (no longer needed) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2526">#2526</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2528">#2528</a>)</li> <li>๐ iOS versions bumped, fixing issues with 3.14 (now RC 1) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2530">#2530</a>)</li> <li>๐ Fix bug in Android running wheel from our GitHub Action (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2517">#2517</a>)</li> <li>๐ Fix warning when using <code>test-skip</code> of <code>"*-macosx_universal2:arm64"</code> (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2522">#2522</a>)</li> <li>๐ Fix incorrect number of wheels reported in logs, again (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2517">#2517</a>)</li> <li>๐ We welcome our Android platform maintainer (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2516">#2516</a>)</li> </ul> <h3>v3.1.1</h3> <p><em>24 July 2025</em></p> <ul> <li>๐ Fix a bug showing an incorrect wheel count at the end of execution, and misrepresenting test-only runs in the GitHub Action summary (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2512">#2512</a>)</li> <li>๐ Docs fix (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2510">#2510</a>)</li> </ul> <h3>v3.1.0</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/cibuildwheel/commit/c923d83ad9c1bc00211c5041d0c3f73294ff88f6"><code>c923d83</code></a> Bump version: v3.1.4</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/55ee8e49bf6147ffea73430fcfea9d6abb4da85c"><code>55ee8e4</code></a> chore: bump to Pyodide 0.28.2 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2562">#2562</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/afe486c21f4daf83354ea5d5a8ed2fb031688e36"><code>afe486c</code></a> feat: add a <code>--clean-cache</code> command to clean up locations specified at `CIBW_...</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/1c1ba8a22e54a42ac6f32edce869933bccaf58d1"><code>1c1ba8a</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2561">#2561</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/33b75f491a69b348383f00c4b42faad69663271c"><code>33b75f4</code></a> chore: extend CODEOWNERS file to include platform-specific constraints files ...</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/c59c2fe70dc274753955d58191e6d78b83a82336"><code>c59c2fe</code></a> [Bot] Update dependencies (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2556">#2556</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/24b64c5cd176f7a3720d871c8b44dcda19d20ee9"><code>24b64c5</code></a> chore: update Pyodide constraints (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2558">#2558</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/6425e48fed987936a6135f336366f089550ba3d4"><code>6425e48</code></a> docs: minor doc link fix (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2560">#2560</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/0264b4d03a29f8a3162c58ecffa428d6557ced41"><code>0264b4d</code></a> Revert to macOS-14 image for ARM64 iOS testing (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2557">#2557</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/68f97626576584c57f696e9c3ed3c5607222366e"><code>68f9762</code></a> chore: Use the virtualenv release URL rather than the blob URL (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2555">#2555</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/cibuildwheel/compare/v2.23.3...v3.1.4">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> -- 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: issues-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org