dependabot[bot] opened a new pull request, #1447:
URL: https://github.com/apache/sedona/pull/1447

   Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 
to 2.18.1.
   <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>v2.18.1</h2>
   <ul>
   <li>🌟 Add free-threaded Linux and Windows builds for 3.13. New identifiers 
<code>cp313t-*</code>, new option 
<code>CIBW_FREE_THREADED_SUPPORT</code>/<code>tool.cibuildwheel.free-threaded-support</code>
 required to opt-in. <a 
href="https://cibuildwheel.pypa.io/en/stable/options/#free-threaded-support";>See
 the docs</a> for more information. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1831";>#1831</a>)</li>
   <li>✨ The <code>container-engine</code> is now a build (non-global) option. 
(<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1792";>#1792</a>)</li>
   <li>🛠 The build backend for cibuildwheel is now hatchling. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1297";>#1297</a>)</li>
   <li>🛠 Significant improvements and modernization to our noxfile. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1823";>#1823</a>)</li>
   <li>🛠 Use pylint's new GitHub Actions reporter instead of a custom matcher. 
(<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1823";>#1823</a>)</li>
   <li>🛠 Unpin virtualenv updates for Python 3.7+ (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1830";>#1830</a>)</li>
   <li>🐛 Fix running linux tests from Windows or macOS ARM. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1788";>#1788</a>)</li>
   <li>📚 Fix our documentation build. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1821";>#1821</a>)</li>
   </ul>
   <h2>v2.18.0</h2>
   <ul>
   <li>✨ Adds CPython 3.13 support, under the prerelease flag <a 
href="https://cibuildwheel.pypa.io/en/stable/options/#prerelease-pythons";>CIBW_PRERELEASE_PYTHONS</a>.
 This version of cibuildwheel uses 3.13.0b1. Free-threading mode is not 
available yet (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1657";>#1657</a>), 
waiting on official binaries (planned for beta 2) and pip support.
   <em>While CPython is in beta, the ABI can change, so your wheels might not 
be compatible with the final release. For this reason, we don't recommend 
distributing wheels until RC1, at which point 3.13 will be available in 
cibuildwheel without the flag.</em> (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1815";>#1815</a>)</li>
   <li>✨ Musllinux now defaults to <code>musllinux_1_2</code>. You can set the 
older <code>musllinux_1_1</code> via config if needed. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1817";>#1817</a>)</li>
   <li>🛠 No longer pre-seed setuptools/wheel in virtual environments (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1819";>#1819</a>)</li>
   <li>🛠 Respect the constraints file when building with pip, matching build 
(<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1818";>#1818</a>)</li>
   <li>🛠 Use uv to compile our pinned dependencies, 10x faster and doesn't 
require special setup (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1778";>#1778</a>)</li>
   <li>🐛 Fix an issue with the schema (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1788";>#1788</a>)</li>
   <li>📚 Document the new delocate error checking macOS versions (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1766";>#1766</a>)</li>
   <li>📚 Document Rust builds (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1816";>#1816</a>)</li>
   <li>📚 Speed up our readthedocs builds with uv, 26 seconds -&gt; 6 seconds to 
install dependencies (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1816";>#1816</a>)</li>
   </ul>
   <h2>v2.17.0</h2>
   <ul>
   <li>🌟 Adds the ability to inherit configuration in TOML overrides. This 
makes certain configurations much simpler. If you're overriding an option like 
<code>before-build</code> or <code>environment</code>, and you just want to add 
an  extra command or environment variable, you can just append (or prepend) to 
the previous config. See <a 
href="https://cibuildwheel.pypa.io/en/stable/options/#inherit";>the docs</a> for 
more information. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1730";>#1730</a>)</li>
   <li>🌟 Adds official support for native arm64 macOS GitHub runners. To use 
them, just specify <code>macos-14</code> as an <code>os</code> of your job in 
your workflow file. You can also keep <code>macos-13</code> in your build 
matrix to build x86_64. Check out the new <a 
href="https://cibuildwheel.pypa.io/en/stable/setup/#github-actions";>GitHub 
Actions example config</a>.</li>
   <li>✨ You no longer need to specify <code>--platform</code> to run 
cibuildwheel locally! Instead it will detect your platform automatically. This 
was a safety feature, no longer necessary. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1727";>#1727</a>)</li>
   <li>🛠 Removed setuptools and wheel pinned versions. This only affects 
old-style projects without a <code>pyproject.toml</code>, projects with 
<code>pyproject.toml</code> are already getting fresh versions of their 
<code>build-system.requires</code> installed into an isolated environment. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1725";>#1725</a>)</li>
   <li>🛠 Improve how the GitHub Action passes arguments (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1757";>#1757</a>)</li>
   <li>🛠 Remove a system-wide install of pipx in the GitHub Action (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1745";>#1745</a>)</li>
   <li>🐛 No longer will cibuildwheel override the PIP_CONSTRAINT environment 
variable when using the <code>build</code> frontend. Instead it will be 
extended. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1675";>#1675</a>)</li>
   <li>🐛 Fix a bug where building and testing both x86_86 and arm64 wheels on 
the same runner caused the wrong architectures in the test environment (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1750";>#1750</a>)</li>
   <li>🐛 Fix a bug that prevented testing a CPython 3.8 wheel targeting macOS 
11+ on x86_64 (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1768";>#1768</a>)</li>
   <li>📚 Moved the docs onto the official PyPA domain - they're now available 
at <a href="https://cibuildwheel.pypa.io";>https://cibuildwheel.pypa.io</a> . 
(<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1775";>#1775</a>)</li>
   <li>📚 Docs and examples improvements (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1762";>#1762</a>, <a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1734";>#1734</a>)</li>
   </ul>
   </blockquote>
   </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>v2.18.1</h3>
   <ul>
   <li>🌟 Add free-threaded Linux and Windows builds for 3.13. New identifiers 
<code>cp313t-*</code>, new option 
<code>CIBW_FREE_THREADED_SUPPORT</code>/<code>tool.cibuildwheel.free-threaded-support</code>
 required to opt-in. <a 
href="https://cibuildwheel.pypa.io/en/stable/options/#free-threaded-support";>See
 the docs</a> for more information. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1831";>#1831</a>)</li>
   <li>✨ The <code>container-engine</code> is now a build (non-global) option. 
(<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1792";>#1792</a>)</li>
   <li>🛠 The build backend for cibuildwheel is now hatchling. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1297";>#1297</a>)</li>
   <li>🛠 Significant improvements and modernization to our noxfile. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1823";>#1823</a>)</li>
   <li>🛠 Use pylint's new GitHub Actions reporter instead of a custom matcher. 
(<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1823";>#1823</a>)</li>
   <li>🛠 Unpin virtualenv updates for Python 3.7+ (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1830";>#1830</a>)</li>
   <li>🐛 Fix running linux tests from Windows or macOS ARM. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1788";>#1788</a>)</li>
   <li>📚 Fix our documentation build. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1821";>#1821</a>)</li>
   </ul>
   <h3>v2.18.0</h3>
   <p><em>12 May 2024</em></p>
   <ul>
   <li>
   <p>✨ Adds CPython 3.13 support, under the prerelease flag <a 
href="https://cibuildwheel.pypa.io/en/stable/options/#prerelease-pythons";>CIBW_PRERELEASE_PYTHONS</a>.
 This version of cibuildwheel uses 3.13.0b1. Free-threading mode is not 
available yet (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1657";>#1657</a>), 
waiting on official binaries (planned for beta 2) and pip support.</p>
   <p><em>While CPython is in beta, the ABI can change, so your wheels might 
not be compatible with the final release. For this reason, we don't recommend 
distributing wheels until RC1, at which point 3.13 will be available in 
cibuildwheel without the flag.</em> (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1815";>#1815</a>)</p>
   </li>
   <li>
   <p>✨ Musllinux now defaults to <code>musllinux_1_2</code>. You can set the 
older <code>musllinux_1_1</code> via config if needed. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1817";>#1817</a>)</p>
   </li>
   <li>
   <p>🛠 No longer pre-seed setuptools/wheel in virtual environments (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1819";>#1819</a>)</p>
   </li>
   <li>
   <p>🛠 Respect the constraints file when building with pip, matching build (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1818";>#1818</a>)</p>
   </li>
   <li>
   <p>🛠 Use uv to compile our pinned dependencies, 10x faster and doesn't 
require special setup (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1778";>#1778</a>)</p>
   </li>
   <li>
   <p>🐛 Fix an issue with the schema (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1788";>#1788</a>)</p>
   </li>
   <li>
   <p>📚 Document the new delocate error checking macOS versions (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1766";>#1766</a>)</p>
   </li>
   <li>
   <p>📚 Document Rust builds (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1816";>#1816</a>)</p>
   </li>
   <li>
   <p>📚 Speed up our readthedocs builds with uv, 26 seconds -&gt; 6 seconds to 
install dependencies (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1816";>#1816</a>)</p>
   </li>
   </ul>
   <h3>v2.17.0</h3>
   <p><em>11 March 2024</em></p>
   <ul>
   <li>🌟 Adds the ability to inherit configuration in TOML overrides. This 
makes certain configurations much simpler. If you're overriding an option like 
<code>before-build</code> or <code>environment</code>, and you just want to add 
an  extra command or environment variable, you can just append (or prepend) to 
the previous config. See <a 
href="https://cibuildwheel.pypa.io/en/stable/options/#inherit";>the docs</a> for 
more information. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1730";>#1730</a>)</li>
   <li>🌟 Adds official support for native <code>arm64</code> macOS GitHub 
runners. To use them, just specify <code>macos-14</code> as an <code>os</code> 
of your job in your workflow file. You can also keep <code>macos-13</code> in 
your build matrix to build <code>x86_64</code>. Check out the new <a 
href="https://cibuildwheel.pypa.io/en/stable/setup/#github-actions";>GitHub 
Actions example config</a>.</li>
   <li>✨ You no longer need to specify <code>--platform</code> to run 
cibuildwheel locally! Instead it will detect your platform automatically. This 
was a safety feature, no longer necessary. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1727";>#1727</a>)</li>
   <li>🛠 Removed setuptools and wheel pinned versions. This only affects 
old-style projects without a <code>pyproject.toml</code>, projects with 
<code>pyproject.toml</code> are already getting fresh versions of their 
<code>build-system.requires</code> installed into an isolated environment. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1725";>#1725</a>)</li>
   <li>🛠 Improve how the GitHub Action passes arguments (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1757";>#1757</a>)</li>
   <li>🛠 Remove a system-wide install of pipx in the GitHub Action (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1745";>#1745</a>)</li>
   <li>🐛 No longer will cibuildwheel override the <code>PIP_CONSTRAINT</code> 
environment variable when using the <code>build</code> frontend. Instead it 
will be extended. (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1675";>#1675</a>)</li>
   <li>🐛 Fix a bug where building and testing both <code>x86_86</code> and 
<code>arm64</code> wheels on the same runner caused the wrong architectures in 
the test environment (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1750";>#1750</a>)</li>
   <li>🐛 Fix a bug that prevented testing a CPython 3.8 wheel targeting macOS 
11+ on <code>x86_64</code> (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1768";>#1768</a>)</li>
   <li>📚 Moved the docs onto the official PyPA domain - they're now available 
at <a href="https://cibuildwheel.pypa.io";>https://cibuildwheel.pypa.io</a> . 
(<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1775";>#1775</a>)</li>
   <li>📚 Docs and examples improvements (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1762";>#1762</a>, <a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1734";>#1734</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pypa/cibuildwheel/commit/ba8be0d98853f5744f24e7f902c8adef7ae2e7f3";><code>ba8be0d</code></a>
 Bump version: v2.18.1</li>
   <li><a 
href="https://github.com/pypa/cibuildwheel/commit/90dd47640f7210d60b436105969d121393fa1e45";><code>90dd476</code></a>
 doc: add documentation for the <code>CIBW_FREE_THREADED_SUPPORT</code> 
option</li>
   <li><a 
href="https://github.com/pypa/cibuildwheel/commit/b61324914b688af015b30ab2e00390e6de47e503";><code>b613249</code></a>
 chore: pass a PythonConfiguration to install_cpython</li>
   <li><a 
href="https://github.com/pypa/cibuildwheel/commit/3992d5719c52159bd5afe5daf1fcb603f6bb8027";><code>3992d57</code></a>
 feat: add option to opt-in free-threaded builds</li>
   <li><a 
href="https://github.com/pypa/cibuildwheel/commit/345467c6cfff27a5576ac80755eecaa9316b196d";><code>345467c</code></a>
 feat: add support for free-threaded (no-gil) Python 3.13</li>
   <li><a 
href="https://github.com/pypa/cibuildwheel/commit/791e41cfece162323465328775c53443faf6390f";><code>791e41c</code></a>
 [Bot] Update dependencies (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1832";>#1832</a>)</li>
   <li><a 
href="https://github.com/pypa/cibuildwheel/commit/9d5f5e60b85cdf68c627f4531d3b9ab033378e2b";><code>9d5f5e6</code></a>
 Make <code>container-engine</code> a build (non-global) option (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1792";>#1792</a>)</li>
   <li><a 
href="https://github.com/pypa/cibuildwheel/commit/1b354cfa6382745855f4c47b84a151302f56cba8";><code>1b354cf</code></a>
 chore: move to hatchling (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1297";>#1297</a>)</li>
   <li><a 
href="https://github.com/pypa/cibuildwheel/commit/d1a4c9c07436ecbd2132842167071c25cf5295ca";><code>d1a4c9c</code></a>
 chore: un-pin virtualenv update (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1830";>#1830</a>)</li>
   <li><a 
href="https://github.com/pypa/cibuildwheel/commit/78bca57cb40bb6ccf69eb0c7763906d010920e48";><code>78bca57</code></a>
 fix(tests): linux tests from macOS/Windows arm64 (<a 
href="https://redirect.github.com/pypa/cibuildwheel/issues/1829";>#1829</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pypa/cibuildwheel/compare/v2.16.5...v2.18.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pypa/cibuildwheel&package-manager=github_actions&previous-version=2.16.5&new-version=2.18.1)](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: dev-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to