Skip to content

Commit

Permalink
Update Cython to 0.29.30
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed May 23, 2022
1 parent 6a721fa commit b901b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
# Also declared in requirements.txt, if updating here please also update
# there
"Cython~=0.29.13",
"Cython~=0.29.30",
"setuptools >= 35.0.2",
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Also declared in pyproject.toml, if updating here please also update there
Cython~=0.29.13
Cython~=0.29.30

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

0 comments on commit b901b17

Please sign in to comment.