Skip to content

Commit

Permalink
ci: pin cibuildwheel to 2.1.3
Browse files Browse the repository at this point in the history
In preparation for upgrading some requirements. I don't want to pull in
the latest cibuildwheel so upgrade bloat is reduced.
  • Loading branch information
indygreg committed Jan 17, 2022
1 parent 0cc3af3 commit 0cf3f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a dependency of pytest on Windows but isn't picked up by pip-compile.
atomicwrites
cibuildwheel
cibuildwheel==2.1.3
cffi
colorama
hypothesis
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.macoswheels.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cibuildwheel
cibuildwheel==2.1.3

0 comments on commit 0cf3f06

Please sign in to comment.