Skip to content

Commit fb4227c

Browse files
authored
Merge pull request #86 from Vizonex/dependabot/pip/cython-3.1.5
Bump cython from 3.1.4 to 3.1.5
2 parents f50d1e3 + 540597e commit fb4227c

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.4',
52+
'Cython==3.1.5',
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.4",
64+
"Cython==3.1.5",
6565
]
6666
build-backend = "setuptools.build_meta"
6767

0 commit comments

Comments
 (0)