From 1ac096ad8b37bc5653d8894eb96de6c10c70a4e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:20:41 +0000 Subject: [PATCH] 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](https://github.com/cython/cython/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a1af8dd..8a1edcac 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.1.6", ] build-backend = "setuptools.build_meta"