Skip to content

Commit 540597e

Browse files
Bump cython from 3.1.4 to 3.1.5
Bumps [cython](https://github.com/cython/cython) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](cython/cython@3.1.4...3.1.5) --- updated-dependencies: - dependency-name: cython dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f50d1e3 commit 540597e

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)