From 4e8bcdb044cec5d6e6b2f67daaee6e4b525c19f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:43:18 -0400 Subject: [PATCH] chore(deps): bump pypa/cibuildwheel from 2.15.0 to 2.16.0 (#376) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.15.0 to 2.16.0. - [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/39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d...a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502) --- 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> --- .github/workflows/compile-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-pypi.yml b/.github/workflows/compile-pypi.yml index 717317dc..1efacba4 100644 --- a/.github/workflows/compile-pypi.yml +++ b/.github/workflows/compile-pypi.yml @@ -121,7 +121,7 @@ jobs: bentoml-version: 'main' python-version: '3.8' - name: Build wheels via cibuildwheel - uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # ratchet:pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # ratchet:pypa/cibuildwheel@v2.16.0 with: package-dir: ${{ matrix.directory }} config-file: pyproject.toml