From 63fa0361fae46b83db0f30806717aee6811cf6c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:28:23 -0700 Subject: [PATCH] Bump pypa/cibuildwheel from 2.20.0 to 2.21.0 (#1847) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish_dartpy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_dartpy.yml b/.github/workflows/publish_dartpy.yml index ca5b3592eeeda..f2fcca455ade2 100644 --- a/.github/workflows/publish_dartpy.yml +++ b/.github/workflows/publish_dartpy.yml @@ -124,7 +124,7 @@ jobs: - name: Build wheels if: ${{ matrix.os != 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }} - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.0 env: # macOS MACOSX_DEPLOYMENT_TARGET: 14.0 @@ -134,7 +134,7 @@ jobs: - name: Build wheels (Windows) if: ${{ matrix.os == 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }} - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.0 env: # macOS MACOSX_DEPLOYMENT_TARGET: 14.0