From 854cc837ec4824f7600c888e0a3e181d73393c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 15:47:06 +0000 Subject: [PATCH] chore(deps): bump cython from 3.0.11 to 3.0.12 Bumps [cython](https://github.com/cython/cython) from 3.0.11 to 3.0.12. - [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.11...3.0.12) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a91ffb53..4d78af8d 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.2.3", - "Cython==3.0.11", + "Cython==3.0.12", ] build-backend = "setuptools.build_meta"