From 1248c901e7643826e2a7a12fb883de16a3a43acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:34:20 +0200 Subject: [PATCH] ci(dependabot): bump pypa/cibuildwheel from 2.15.0 to 2.16.1 (#238) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.15.0 to 2.16.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.15.0...v2.16.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index e6dbb838..76aa0e86 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -65,7 +65,7 @@ jobs: fetch-depth: 0 - name: Build wheels via cibuildwheel - uses: pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@v2.16.1 env: CIBW_ARCHS_MACOS: "${{ matrix.macos_arch }}"