From 24c6666e5ab8b649174ca695d99967a3cdfd9c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:33:44 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 3.0.1 to 3.1.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/95d2f3a92fbf80abe066b09418bbf128a8923df2...ffd835cef18fa11522f608fc0fa973b89f5ddc87) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index baec93fe..127ea1b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: persist-credentials: false - name: Build wheels - uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # 3.0.1 + uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # 3.1.0 env: CIBW_ENABLE: pypy pypy-eol CIBW_PLATFORM: ${{ matrix.platform }}