Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump pypa/cibuildwheel from 2.20 to 2.21 (#226)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.20 to 2.21. <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.21.0</h2> <ul> <li>⚠️ Update CPython 3.12 to 3.12.6, which changes the macOS minimum deployment target on CPython 3.12 from macOS 10.9 to macOS 10.13 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1998">#1998</a>)</li> <li>🛠 Changes the behaviour when inheriting <code>config-settings</code> in TOML overrides - rather than extending each key, which is rarely useful, individual keys will override previously set values. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1803">#1803</a>)</li> <li>🛠 Update CPython 3.13 to 3.13.0rc2 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1998">#1998</a>)</li> <li>✨ Adds support for multiarch OCI images (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1961">#1961</a>)</li> <li>🐛 Fixes some bugs building Linux wheels on macOS. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1961">#1961</a>)</li> <li>⚠️ Changes the minimum version of Docker/Podman to Docker API version 1.43, Podman API version 3. The only mainstream runner this should affect is Travis Graviton2 runners - if so you can <a href="https://redirect.github.com/pypa/cibuildwheel/pull/1961#issuecomment-2304060019">upgrade your version of Docker</a>. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1961">#1961</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> <hr /> <h2>title: Changelog</h2> <h1>Changelog</h1> <h3>v2.21.0</h3> <p><em>13 September 2024</em></p> <ul> <li>⚠️ Update CPython 3.12 to 3.12.6, which changes the macOS minimum deployment target on CPython 3.12 from macOS 10.9 to macOS 10.13 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1998">#1998</a>)</li> <li>🛠 Changes the behaviour when inheriting <code>config-settings</code> in TOML overrides - rather than extending each key, which is rarely useful, individual keys will override previously set values. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1803">#1803</a>)</li> <li>🛠 Update CPython 3.13 to 3.13.0rc2 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1998">#1998</a>)</li> <li>✨ Adds support for multiarch OCI images (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1961">#1961</a>)</li> <li>🐛 Fixes some bugs building Linux wheels on macOS. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1961">#1961</a>)</li> <li>⚠️ Changes the minimum version of Docker/Podman to Docker API version 1.43, Podman API version 3. The only mainstream runner this should affect is Travis Graviton2 runners - if so you can <a href="https://redirect.github.com/pypa/cibuildwheel/pull/1961#issuecomment-2304060019">upgrade your version of Docker</a>. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1961">#1961</a>)</li> </ul> <h3>v2.20.0</h3> <p><em>4 August 2024</em></p> <ul> <li>🌟 CPython 3.13 wheels are now built by default - without the <code>CIBW_PRERELEASE_PYTHONS</code> flag. It's time to build and upload these wheels to PyPI! This release includes CPython 3.13.0rc1, which is guaranteed to be ABI compatible with the final release. Free-threading is still behind a flag/config option. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li> <li>✨ Provide a <code>CIBW_ALLOW_EMPTY</code> environment variable as an alternative to the command line flag. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li> <li>🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in 0.2.25. Note that PyPy 3.8 is EoL. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li> <li>🛠 Set the <code>VSCMD_ARG_TGT_ARCH</code> variable based on target arch. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1876">#1876</a>)</li> <li>🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li> <li>📚 Update examples to use Python 3.12 on host (cibuildwheel will require Python 3.11+ on the host machine starting in October 2024) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1919">#1919</a>)</li> </ul> <h3>v2.19.2</h3> <p><em>2 July 2024</em></p> <ul> <li>🐛 Update manylinux2014 pins to versions that support past-EoL CentOS 7 mirrors. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1917">#1917</a>)</li> <li>🐛 Support <code>--no-isolation</code> with <code>build[uv]</code> build-frontend. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1889">#1889</a>)</li> <li>🛠 Provide attestations for releases at <a href="https://github.com/pypa/cibuildwheel/attestations">https://github.com/pypa/cibuildwheel/attestations</a>. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1916">#1916</a>)</li> <li>🛠 Provide CPython 3.13.0b3. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1913">#1913</a>)</li> <li>🛠 Remove some workarounds now that pip 21.1 is available. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1891">#1891</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1892">#1892</a>)</li> <li>📚 Remove nosetest from our docs. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1821">#1821</a>)</li> <li>📚 Document the macOS ARM workaround for 3.8 on GHA. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1871">#1871</a>)</li> <li>📚 GitLab CI + macOS is now a supported platform with an example. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1911">#1911</a>)</li> </ul> <h3>v2.19.1</h3> <p><em>13 June 2024</em></p> <ul> <li>🐛 Don't require setup-python on GHA for Pyodide (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li> <li>🐛 Specify full python path for uv (fixes issue in 0.2.10 & 0.2.11) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1881">#1881</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/79b0dd328794e1180a7268444d46cdf12e1abd01"><code>79b0dd3</code></a> Bump version: v2.21.0</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/0787a44d997310003e5fe4ae52d30517c73606c6"><code>0787a44</code></a> fix: enforce minimum version of docker/podman (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1961">#1961</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/fd11286290a46d09f484ded0a3636655279a5f31"><code>fd11286</code></a> [Bot] Update dependencies (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1998">#1998</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/22dc864d60d0f7ea8d768ffbe0eded598f49452f"><code>22dc864</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2000">#2000</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/9d2f46ce4e6fdbf13b6fd623cf9f754fb53fa52e"><code>9d2f46c</code></a> chore(deps): bump the actions group with 2 updates (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1999">#1999</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/b1ed7bb3bcf32f107623a93f4ef4409a16e402cc"><code>b1ed7bb</code></a> [Bot] Update dependencies (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1993">#1993</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/ca08f5fbcfa265bd9adddc04a4ba399f56d35ec0"><code>ca08f5f</code></a> Customise merge behaviour depending on option. Fix <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1803">#1803</a> (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1984">#1984</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/229029e1127548104eb1cf537bc6f372833a2791"><code>229029e</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1994">#1994</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/3294577c175a33c6f24ca310c13f6799d5a40b90"><code>3294577</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1987">#1987</a>)</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/8f51efbc3e4bb081e470c389010af8628fcba4f6"><code>8f51efb</code></a> [Bot] Update dependencies (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1985">#1985</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/cibuildwheel/compare/v2.20...v2.21">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.20&new-version=2.21)](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>
- Loading branch information