Skip to content

Commit e71305b

Browse files
Bump pypa/cibuildwheel from 3.3.0 to 3.3.1 (#4961)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
1 parent 21a2a8c commit e71305b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
persist-credentials: false
7979

8080
# Keep cibuildwheel version in sync with pyproject.toml
81-
- uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
81+
- uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
8282
with:
8383
only: ${{ matrix.only }}
8484

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jupyter = ["ipython>=7.8.0", "tokenize-rt>=3.2.0"]
7272

7373
[dependency-groups]
7474
build = ["hatch==1.15.1", "hatch-fancy-pypi-readme", "hatch-vcs"]
75-
wheels = ["cibuildwheel==3.3.0", "pypyp==1.3.0"]
75+
wheels = ["cibuildwheel==3.3.1", "pypyp==1.3.0"]
7676
binary = ["pyinstaller", "wheel>=0.45.1"]
7777

7878
dev = [{ include-group = "cov-tests" }, { include-group = "tox" }, "pre-commit"]

0 commit comments

Comments
 (0)