Skip to content

Commit 0cf3f06

Browse files
committed
ci: pin cibuildwheel to 2.1.3
In preparation for upgrading some requirements. I don't want to pull in the latest cibuildwheel so upgrade bloat is reduced.
1 parent 0cc3af3 commit 0cf3f06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a dependency of pytest on Windows but isn't picked up by pip-compile.
22
atomicwrites
3-
cibuildwheel
3+
cibuildwheel==2.1.3
44
cffi
55
colorama
66
hypothesis

ci/requirements.macoswheels.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cibuildwheel
1+
cibuildwheel==2.1.3

0 commit comments

Comments
 (0)