From 67008cb09111d76a9a078dc9d6937fb131053103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:14:15 +0000 Subject: [PATCH] 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](https://github.com/cython/cython/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a1af8dd..b71cd0ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ # Cython and numpy are needed when running setup.py, to build extensions "numpy==2.3.4", - "Cython==3.1.4", + "Cython==3.2.1", ] build-backend = "setuptools.build_meta"