From c298fa271fdd1d7f1a18d13591958f1610067939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:31:47 +0000 Subject: [PATCH] Bump cython from 3.0.12 to 3.2.3 Bumps [cython](https://github.com/cython/cython) from 3.0.12 to 3.2.3. - [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.0.12...3.2.3) --- updated-dependencies: - dependency-name: cython dependency-version: 3.2.3 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 4336d11..4e14633 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,6 @@ requires = [ "setuptools", "wheel", - "cython==3.0.12", + "cython==3.2.3", "numpy==2.0.2" ]