Skip to content

Commit 1ac096a

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

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.1.6",
88
]
99
build-backend = "setuptools.build_meta"
1010

0 commit comments

Comments
 (0)