Skip to content

Commit a501936

Browse files
authored
Merge pull request #90 from Vizonex/dependabot/pip/cython-3.2.0
Bump cython from 3.1.6 to 3.2.0
2 parents aea5d37 + 993818b commit a501936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
]
5050
dev = [
5151
'setuptools>=60',
52-
'Cython==3.1.6',
52+
'Cython==3.2.0',
5353
]
5454
docs = [
5555
'Sphinx>=4.1.2,<7.5.0',
@@ -61,7 +61,7 @@ docs = [
6161
requires = [
6262
"setuptools>=60",
6363
"wheel",
64-
"Cython==3.1.6",
64+
"Cython==3.2.0",
6565
]
6666
build-backend = "setuptools.build_meta"
6767

0 commit comments

Comments
 (0)