From 68f7abfe57af07d9be589438e3d8fa0c26485d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:55:59 +0000 Subject: [PATCH] chore(deps): bump pypa/cibuildwheel from 3.4.0 to 3.4.1 Bumps [pypa/cibuildwheel](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/CI_PublishPyPI.yml | 2 +- .github/workflows/publish-pypi-reusable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_PublishPyPI.yml b/.github/workflows/CI_PublishPyPI.yml index 889b8c8..e03b28c 100644 --- a/.github/workflows/CI_PublishPyPI.yml +++ b/.github/workflows/CI_PublishPyPI.yml @@ -68,7 +68,7 @@ jobs: run: | rm -f python/.gitignore rm -f python/pylibsparseir/.gitignore - - uses: pypa/cibuildwheel@v3.4.0 + - uses: pypa/cibuildwheel@v3.4.1 env: CIBW_DEPENDENCY_VERSIONS: "latest" CIBW_BUILD_VERBOSITY: 1 diff --git a/.github/workflows/publish-pypi-reusable.yml b/.github/workflows/publish-pypi-reusable.yml index ea7bad7..beff126 100644 --- a/.github/workflows/publish-pypi-reusable.yml +++ b/.github/workflows/publish-pypi-reusable.yml @@ -63,7 +63,7 @@ jobs: run: | rm -f python/.gitignore rm -f python/pylibsparseir/.gitignore - - uses: pypa/cibuildwheel@v3.4.0 + - uses: pypa/cibuildwheel@v3.4.1 env: CIBW_DEPENDENCY_VERSIONS: "latest" CIBW_BUILD_VERBOSITY: 1