From a6b7ec2f0438298733acbac033402d7bf40bfa1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:46:07 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.19.2 to 2.21.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.19.2 to 2.21.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/v2.19.2...v2.21.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-vehicle-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-vehicle-python.yml b/.github/workflows/build-vehicle-python.yml index ba523a376..a9fcb3ebe 100644 --- a/.github/workflows/build-vehicle-python.yml +++ b/.github/workflows/build-vehicle-python.yml @@ -57,7 +57,7 @@ jobs: cabal-version: ${{ env.DEFAULT_CABAL_VERSION }} - name: Build wheel - uses: pypa/cibuildwheel@v2.19.2 + uses: pypa/cibuildwheel@v2.21.1 with: package-dir: "./vehicle-python" output-dir: "./vehicle-python/wheelhouse"