Latest Results
Bump pypa/cibuildwheel from 4.1.1 to 4.2.0 (#13338)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from
4.1.1 to 4.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>v4.2.0</h2>
<ul>
<li>🌟 CPython 3.15 wheels are now built by default - without the
<code>"cpython-prerelease"</code> <a
href="https://cibuildwheel.pypa.io/en/stable/options/#enable"><code>enable</code></a>
set. It's time to build and upload these wheels to PyPI! This release
includes CPython 3.15.0rc1, which is guaranteed to be ABI compatible
with the final release. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2944">#2944</a>)</li>
<li>✨ Adds Pyodide 3.15 support with the
<code>cp315-pyodide_wasm32</code> build identifier, using Pyodide
315.0.0a2. These are also stable wrt. the final release. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2958">#2958</a>)</li>
<li>🐛 Retries a failed download six times with exponential backoff, so
short network outages no longer stop a build. A <code>4xx</code>
response is still reported at once. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2953">#2953</a>)</li>
<li>🐛 Accepts <code>default</code> as a <a
href="https://cibuildwheel.pypa.io/en/stable/options/#build-frontend"><code>build-frontend</code></a>
value on Pyodide, and accepts <code>pyodide-build</code> in the
top-level table and in overrides (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2951">#2951</a>)</li>
<li>🛠 Holds pip back on GraalPy, where newer pip breaks the build (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2955">#2955</a>)</li>
<li>🛠 Updates Pyodide to 314.0.4 (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2949">#2949</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2952">#2952</a>)</li>
<li>🛠 Updates dependencies and container pins (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2952">#2952</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2960">#2960</a>)</li>
<li>💼 Updates CI action pins (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2948">#2948</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2954">#2954</a>)</li>
<li>🧪 Uses pp311 for the abi3 test, and deletes
<code>test_overridden_pip_constraint</code>, which is not necessary
since <a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2583">#2583</a>
(<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2956">#2956</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2957">#2957</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>v4.2.0</h3>
<p><em>4 August 2026</em></p>
<ul>
<li>🌟 CPython 3.15 wheels are now built by default - without the
<code>"cpython-prerelease"</code> <a
href="https://cibuildwheel.pypa.io/en/stable/options/#enable"><code>enable</code></a>
set. It's time to build and upload these wheels to PyPI! This release
includes CPython 3.15.0rc1, which is guaranteed to be ABI compatible
with the final release. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2944">#2944</a>)</li>
<li>✨ Adds Pyodide 3.15 support with the
<code>cp315-pyodide_wasm32</code> build identifier, using Pyodide
315.0.0a2. These are also stable wrt. the final release. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2958">#2958</a>)</li>
<li>🐛 Retries a failed download six times with exponential backoff, so
short network outages no longer stop a build. A <code>4xx</code>
response is still reported at once. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2953">#2953</a>)</li>
<li>🐛 Accepts <code>default</code> as a <a
href="https://cibuildwheel.pypa.io/en/stable/options/#build-frontend"><code>build-frontend</code></a>
value on Pyodide, and accepts <code>pyodide-build</code> in the
top-level table and in overrides (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2951">#2951</a>)</li>
<li>🛠 Holds pip back on GraalPy, where newer pip breaks the build (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2955">#2955</a>)</li>
<li>🛠 Updates Pyodide to 314.0.4 (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2949">#2949</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2952">#2952</a>)</li>
<li>🛠 Updates dependencies and container pins (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2952">#2952</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2960">#2960</a>)</li>
<li>💼 Updates CI action pins (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2948">#2948</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2954">#2954</a>)</li>
<li>🧪 Uses pp311 for the abi3 test, and deletes
<code>test_overridden_pip_constraint</code>, which is not necessary
since <a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2583">#2583</a>
(<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2956">#2956</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2957">#2957</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/1828c10ab37f080699c7b81cea34097c684a7074"><code>1828c10</code></a>
Bump version: v4.2.0</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/1ed6c225c93a39a325d73734e70f2a6f8c28c12e"><code>1ed6c22</code></a>
[Bot] Update dependencies (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2960">#2960</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/92e2145d8016691d9a61636bb886024a52c535f8"><code>92e2145</code></a>
feat: Python 3.15 build by default (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2944">#2944</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/3568a1cb9e0eb1bed77208a321e270707590f4de"><code>3568a1c</code></a>
[Bot] Update dependencies (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2952">#2952</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/03cefa35abee69d17de021252f17edb9b8f656d6"><code>03cefa3</code></a>
feat: add pyodide_315 support (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2958">#2958</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/73417aefe521216370fbf05583be4e1d68ac9459"><code>73417ae</code></a>
fix(tests): delete test_overridden_pip_constraint (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2957">#2957</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/3c603e4a4ad6c11009674887bbe771e02b316887"><code>3c603e4</code></a>
fix: pin pip on GraalPy (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2955">#2955</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/f0b2156470530fd8babadf4fa0f15a649edd734d"><code>f0b2156</code></a>
chore: use pp311 for test_abi3 (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2956">#2956</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/ffd2e1824079a17aa5c53b5ec05c593abc628f8e"><code>ffd2e18</code></a>
fix(schema): default is fine for pyodide too (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2951">#2951</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/dca67ee3506e173e46b62c61398ac446659e4be3"><code>dca67ee</code></a>
chore(deps): bump the actions group with 5 updates (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2954">#2954</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/cibuildwheel/compare/v4.1.1...v4.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Latest Branches
+20%
aiolibsbot:koan/implement-13329 -8%
ri1wik:docker-build-fix-11290 -19%
dependabot/pip/3.15/aiofastnet-1.0.3 © 2026 CodSpeed Technology