Latest Results
Bump pypa/cibuildwheel from 4.0.0 to 4.1.0 (#1363)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from
4.0.0 to 4.1.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.1.0</h2>
<ul>
<li>✨ Updates Pyodide to the final 314.0.0 release, so Pyodide 3.14
wheels now build by default without the <code>pyodide-prerelease</code>
<a
href="https://cibuildwheel.pypa.io/en/stable/options/#enable"><code>enable</code></a>
flag. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2906">#2906</a>)</li>
<li>🐛 Raises clear errors when a build produces no wheel, instead of
failing later with a confusing message (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2909">#2909</a>)</li>
<li>🛠 Speeds up CLI startup through lazy imports on Python 3.15 (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2797">#2797</a>)</li>
<li>📚 Adds an FAQ section on caching cibuildwheel's downloaded tools
with <code>CIBW_CACHE_PATH</code> (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2842">#2842</a>)</li>
<li>📚 Documentation improvements: clarifies which shell is used for
command options, clarifies environment variable precedence, and fixes a
dead Pyodide env info link (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2904">#2904</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2905">#2905</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2911">#2911</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.1.0</h3>
<p><em>12 June 2026</em></p>
<ul>
<li>✨ Updates Pyodide to the final 314.0.0 release, so Pyodide 3.14
wheels now build by default without the <code>pyodide-prerelease</code>
<a
href="https://cibuildwheel.pypa.io/en/stable/options/#enable"><code>enable</code></a>
flag. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2906">#2906</a>)</li>
<li>🐛 Raises clear errors when a build produces no wheel, instead of
failing later with a confusing message (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2909">#2909</a>)</li>
<li>🛠 Speeds up CLI startup through lazy imports on Python 3.15 (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2797">#2797</a>)</li>
<li>📚 Adds an FAQ section on caching cibuildwheel's downloaded tools
with <code>CIBW_CACHE_PATH</code> (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2842">#2842</a>)</li>
<li>📚 Documentation improvements: clarifies which shell is used for
command options, clarifies environment variable precedence, and fixes a
dead Pyodide env info link (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2904">#2904</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2905">#2905</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2911">#2911</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/294735312765b09d24a2fbec22660ce817587d55"><code>2947353</code></a>
Bump version: v4.1.0</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/14a3c3a226d33a726698c79f61a9dfb9b53353a7"><code>14a3c3a</code></a>
Remove Travis pre-commit check</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/42aa1345c34b05d518c289cd281cdd950be67967"><code>42aa134</code></a>
chore: minor cleanups and perf tweaks from code review (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2910">#2910</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/01265e5db05e25d3f3d7db043210586c9858d2f8"><code>01265e5</code></a>
Clarify shell used for command options (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2904">#2904</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/f4afd95cbc1e597c8bc5511b6f6c7847bb1bfd57"><code>f4afd95</code></a>
Add FAQ section on caching cibuildwheel's downloaded tools (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2842">#2842</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/6c08562aa1f64dbbabc8510a2041deba5a30a0ed"><code>6c08562</code></a>
fix: faster CLI on Python 3.15 (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2797">#2797</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/4f42ee3f03d8868b9acb76399ca2a67bfe7fad95"><code>4f42ee3</code></a>
fix: raise clear errors when no wheel is produced (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2909">#2909</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/f3aa1bed4f054caad912a882d9ccf52a1f11bd05"><code>f3aa1be</code></a>
Fix dead Pyodide env info link, remove mention of alpha ABI (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2911">#2911</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/d60fc2bdd00009b105a36de20997dc30b7afe664"><code>d60fc2b</code></a>
Support new graalpy asset names that include Python version. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2863">#2863</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/55c8985c1269caeb261dd8f222a42451f7ee553f"><code>55c8985</code></a>
docs: clarify environment precedence (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2905">#2905</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/cibuildwheel/compare/v4.0.0...v4.1.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
0%
dependabot/github_actions/pypa/cibuildwheel-4.1.0 -21%
0%
dependabot/github_actions/sigstore/gh-action-sigstore-python-3.4.0 © 2026 CodSpeed Technology