Skip to content

Commit b901b17

Browse files
committed
Update Cython to 0.29.30
1 parent 6a721fa commit b901b17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
# Also declared in requirements.txt, if updating here please also update
44
# there
5-
"Cython~=0.29.13",
5+
"Cython~=0.29.30",
66
"setuptools >= 35.0.2",
77
]
88
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Also declared in pyproject.toml, if updating here please also update there
2-
Cython~=0.29.13
2+
Cython~=0.29.30
33

44
# dev only tools. no need to add pyproject
55
black==22.3.0

0 commit comments

Comments
 (0)