From 800392200343f6f0022cbb257ba34d22af7f3445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:29:45 +0000 Subject: [PATCH] ci(dependabot): bump pypa/cibuildwheel from 3.1 to 3.2 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.1 to 3.2. - [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/v3.1...v3.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7880ea0..e0be159 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - run: uv run --no-dev --group build scripts/extract_version.py --update - name: Build wheels - uses: pypa/cibuildwheel@v3.1 + uses: pypa/cibuildwheel@v3.2 env: CIBW_ARCHS_MACOS: "${{ matrix.macos_arch }}" # Python on Linux is usually configured to add debug information,