From 8165c704120b95d71a339be19b476383216052b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 01:23:24 +0000 Subject: [PATCH] Bump cython from 3.2.9 to 3.3.0 Bumps [cython](https://github.com/cython/cython) from 3.2.9 to 3.3.0. - [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.9...3.3.0) --- updated-dependencies: - dependency-name: cython dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index abd0adf..9d0f21d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ dev = [ 'packaging', 'setuptools>=60', - 'Cython==3.2.9', + 'Cython==3.3.0', ] docs = [ 'Sphinx>=4.1.2,<9.2.0', @@ -63,7 +63,7 @@ requires = [ "packaging", "setuptools>=60", "wheel", - "Cython==3.2.9", + "Cython==3.3.0", ] build-backend = "setuptools.build_meta"