From 725409c535d4e0208e2e66ad9accd2660b6a25c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:54:06 +0000 Subject: [PATCH] build(deps): Bump pypa/cibuildwheel in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 3.4.0 to 3.4.1 - [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.4.0...v3.4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7bd4574..ff32a3b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -114,7 +114,7 @@ jobs: uses: docker/setup-qemu-action@v4.0.0 if: matrix.use_qemu - - uses: pypa/cibuildwheel@v3.4.0 + - uses: pypa/cibuildwheel@v3.4.1 env: CIBW_BUILD: "cp312-*" CIBW_ARCHS: "${{ matrix.arch }}" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f7a70b..13a06d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: uses: docker/setup-qemu-action@v4.0.0 if: matrix.use_qemu - - uses: pypa/cibuildwheel@v3.4.0 + - uses: pypa/cibuildwheel@v3.4.1 env: CIBW_BUILD: "${{ matrix.python-version }}-*" CIBW_ARCHS: "${{ matrix.arch }}"