From 19884234dd65057b911ac4853f9287f53c508a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:35:32 +0200 Subject: [PATCH] Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 (#61) --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 363a8cc..65ed2b2 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -36,7 +36,7 @@ jobs: with: platforms: arm64 - - uses: pypa/cibuildwheel@v2.18.1 + - uses: pypa/cibuildwheel@v2.19.1 env: # Only build CPython 3.7, because we have portable abi3 wheels. # Windows arm64 is only available on 3.9 and later, Apple Silicon on