Skip to content

Commit 67008cb

Browse files
chore(deps-dev): bump cython from 3.1.4 to 3.2.1
Bumps [cython](https://github.com/cython/cython) from 3.1.4 to 3.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: cython dependency-version: 3.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb141eb commit 67008cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [
44

55
# Cython and numpy are needed when running setup.py, to build extensions
66
"numpy==2.3.4",
7-
"Cython==3.1.4",
7+
"Cython==3.2.1",
88
]
99
build-backend = "setuptools.build_meta"
1010

0 commit comments

Comments
 (0)