From af6d3820146c093643c571ccabb8196d720e20a0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 20 Aug 2025 11:24:25 +0000
Subject: [PATCH] Bump pypa/cibuildwheel from 3.1.3 to 3.1.4 (#11442)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from
3.1.3 to 3.1.4.
Release notes
Sourced from pypa/cibuildwheel's
releases.
v3.1.4
- โจ Add a
--clean-cache command to clean up our cache (#2489)
- ๐ Update Python to 3.14rc2 and other patch version bumps (#2542,
#2556)
- ๐ Update Pyodide to 0.28.2 (#2562,
#2558)
- ๐ Fix resolution with
pyodide-build when
dependency-versions is set (#2548)
- ๐ Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGE to
BOTH on Android (#2547)
- ๐ Add
patchelf dependency for platforms that can build
Android wheels (#2552)
- ๐ Ignore empty values for
CIBW_ARCHS like most other
environment variables (#2541)
- ๐ผ The
color and suggest_on_error argparse
options are now default in 3.14rc1+ (#2554)
- ๐ผ Use the virtualenv release URL instead of blob URL (should be more
robust) (#2555)
- ๐งช For iOS, lowering to macos-14 is needed for now due to issues with
GitHub's runner images (#2557)
- ๐งช Split out platforms iOS and Android in our tests (#2519)
- ๐งช Fix and enable doctests (#2546)
- ๐ Improve our docs on free-threading (#2549)
Changelog
Sourced from pypa/cibuildwheel's
changelog.
v3.1.4
19 August 2025
- โจ Add a
--clean-cache command to clean up our cache (#2489)
- ๐ Update Python to 3.14rc2 and other patch version bumps (#2542,
#2556)
- ๐ Update Pyodide to 0.28.2 (#2562,
#2558)
- ๐ Fix resolution with
pyodide-build when
dependency-versions is set (#2548)
- ๐ Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGE to
BOTH on Android (#2547)
- ๐ Add
patchelf dependency for platforms that can build
Android wheels (#2552)
- ๐ Ignore empty values for
CIBW_ARCHS like most other
environment variables (#2541)
- ๐ผ The
color and suggest_on_error argparse
options are now default in 3.14rc1+ (#2554)
- ๐ผ Use the virtualenv release URL instead of blob URL (should be more
robust) (#2555)
- ๐งช For iOS, lowering to macos-14 is needed for now due to issues with
GitHub's runner images (#2557)
- ๐งช Split out platforms iOS and Android in our tests (#2519)
- ๐งช Fix and enable doctests (#2546)
- ๐ Improve our docs on free-threading (#2549)
Commits
c923d83
Bump version: v3.1.4
55ee8e4
chore: bump to Pyodide 0.28.2 (#2562)
afe486c
feat: add a --clean-cache command to clean up locations
specified at `CIBW_...
1c1ba8a
[pre-commit.ci] pre-commit autoupdate (#2561)
33b75f4
chore: extend CODEOWNERS file to include platform-specific constraints
files ...
c59c2fe
[Bot] Update dependencies (#2556)
24b64c5
chore: update Pyodide constraints (#2558)
6425e48
docs: minor doc link fix (#2560)
0264b4d
Revert to macOS-14 image for ARM64 iOS testing (#2557)
68f9762
chore: Use the virtualenv release URL rather than the blob URL (#2555)
- Additional commits viewable in compare
view
[](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)
---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci-cd.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml
index bc021ccf184..40eb594a9c2 100644
--- a/.github/workflows/ci-cd.yml
+++ b/.github/workflows/ci-cd.yml
@@ -436,7 +436,7 @@ jobs:
run: |
make cythonize
- name: Build wheels
- uses: pypa/cibuildwheel@v3.1.3
+ uses: pypa/cibuildwheel@v3.1.4
env:
CIBW_SKIP: pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
CIBW_ARCHS_MACOS: x86_64 arm64 universal2