From fa5aaa9e0e3e09591aa2126473fecc0ca8c60ee0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 31 May 2021 09:55:43 -0400
Subject: [PATCH] chore(deps): bump pypa/cibuildwheel from 1.11.0 to 1.11.1
 (#11)

---
 .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 2eab411..b2a256a 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -47,7 +47,7 @@ jobs:
       with:
         submodules: true
 
-    - uses: pypa/cibuildwheel@v1.11.0
+    - uses: pypa/cibuildwheel@v1.11.1
       env:
         # Python 2.7 on Windows with workaround not supported by scikit-build
         CIBW_SKIP: cp27-win*
-- 
GitLab