Skip to content

Commit e4882a1

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test = [
5050
dev = [
5151
'packaging',
5252
'setuptools>=60',
53-
'Cython==3.2.4',
53+
'Cython==3.2.5',
5454
]
5555
docs = [
5656
'Sphinx>=4.1.2,<9.2.0',
@@ -63,7 +63,7 @@ requires = [
6363
"packaging",
6464
"setuptools>=60",
6565
"wheel",
66-
"Cython==3.2.4",
66+
"Cython==3.2.5",
6767
]
6868
build-backend = "setuptools.build_meta"
6969

0 commit comments

Comments
 (0)