Skip to content

Commit 0956d71

Browse files
chore(deps): bump cython from 3.0.12 to 3.1.1
Bumps [cython](https://github.com/cython/cython) from 3.0.12 to 3.1.1. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](cython/cython@3.0.12...3.1.1) --- updated-dependencies: - dependency-name: cython dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03e9c65 commit 0956d71

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.2.6",
7-
"Cython==3.0.12",
7+
"Cython==3.1.1",
88
]
99
build-backend = "setuptools.build_meta"
1010

0 commit comments

Comments
 (0)