From e4882a1644acd92f16fbf330236a7a2f29e8bcaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:45:04 +0000 Subject: [PATCH] Bump cython from 3.2.4 to 3.2.5 Bumps [cython](https://github.com/cython/cython) from 3.2.4 to 3.2.5. - [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.2.4...3.2.5) --- updated-dependencies: - dependency-name: cython dependency-version: 3.2.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a42d06..99ce17b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ dev = [ 'packaging', 'setuptools>=60', - 'Cython==3.2.4', + 'Cython==3.2.5', ] docs = [ 'Sphinx>=4.1.2,<9.2.0', @@ -63,7 +63,7 @@ requires = [ "packaging", "setuptools>=60", "wheel", - "Cython==3.2.4", + "Cython==3.2.5", ] build-backend = "setuptools.build_meta"