dependabot[bot] opened a new pull request, #2369: URL: https://github.com/apache/sedona/pull/2369
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.3 to 3.2.0. <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.2.0</h2> <ul> <li>โจ Adds GraalPy v25 (Python 3.12) support (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2597">#2597</a>)</li> <li>๐ Update to CPython 3.14.0rc3 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2602">#2602</a>)</li> <li>๐ Adds CPython 3.14.0 prerelease support for Android, and a number of improvements to Android builds (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2568">#2568</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2591">#2591</a>)</li> <li>๐ Improvements to testing on Android, passing environment markers when installing the venv, and providing more debug output when build-verbosity is set (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2575">#2575</a>)</li> <li>โ ๏ธ PyPy 3.10 was moved to <code>pypy-eol</code> in the <code>enable</code> option, as it is now end-of-life. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2521">#2521</a>)</li> <li>๐ Docs improvements (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2574">#2574</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2601">#2601</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2598">#2598</a>)</li> </ul> <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> </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.2.0</h3> <p><em>22 September 2025</em></p> <ul> <li>โจ Adds GraalPy v25 (Python 3.12) support (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2597">#2597</a>)</li> <li>๐ Update to CPython 3.14.0rc3 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2602">#2602</a>)</li> <li>๐ Adds CPython 3.14.0 prerelease support for Android, and a number of improvements to Android builds (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2568">#2568</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2591">#2591</a>)</li> <li>๐ Improvements to testing on Android, passing environment markers when installing the venv, and providing more debug output when build-verbosity is set (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2575">#2575</a>)</li> <li>โ ๏ธ PyPy 3.10 was moved to <code>pypy-eol</code> in the <code>enable</code> option, as it is now end-of-life. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2521">#2521</a>)</li> <li>๐ Docs improvements (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2574">#2574</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2601">#2601</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2598">#2598</a>)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/cibuildwheel/commit/7c619efba910c04005a835b110b057fc28fd6e93"><code>7c619ef</code></a> Bump version: v3.2.0</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/bbebb68339e0aee225907d52767bd4a0423be7e4"><code>bbebb68</code></a> [Bot] Update dependencies (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2603">#2603</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/5bbeaf830fbc45f506c78995a91508753a80a2c2"><code>5bbeaf8</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2604">#2604</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/7a67c6b5a9b98a3ac8c63ce05cbbf0665ea19ea7"><code>7a67c6b</code></a> Add GraalPy 25 and remove workarounds for that version. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2597">#2597</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/b8a4fbc237c513da28f6df5eb6443d63ee9c2275"><code>b8a4fbc</code></a> Improve information about configuration overriding (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2598">#2598</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/70de033a7ff4087510bb4cd5f0b5e0b6328390a4"><code>70de033</code></a> Replace the <code>macos-13</code> images with the <code>macos-15-intel</code> images (GHA) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2601">#2601</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/ce4c16f88f17ab1f5711ab46e1bc6c796cd97fe1"><code>ce4c16f</code></a> [Bot] Update dependencies (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2602">#2602</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/66490f05369c9df86f605f2e87725dde3de6816c"><code>66490f0</code></a> Add CMAKE_CROSSCOMPILING_EMULATOR to Android CMake toolchain (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2591">#2591</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/77b9e35d7c4c367d5e2838147a7a456fee55c7a6"><code>77b9e35</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2594">#2594</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/39e9da06c5d3f3a360ec315ce12252eb84e34e8c"><code>39e9da0</code></a> [Bot] Update dependencies (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2593">#2593</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/cibuildwheel/compare/v2.23.3...v3.2.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> -- 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]
