From 5924e567e633b4c8f42a6cd48f8f413962291f75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:52:52 +0000 Subject: [PATCH] chore(dependencies): update dependency cython to >=3.2.4 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f05e406..12b867a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "wheel", "Cython>=3.0"] +requires = ["setuptools", "wheel", "Cython>=3.2.4"] build-backend = "setuptools.build_meta" [tool.cibuildwheel] diff --git a/requirements.txt b/requirements.txt index ff0375a..cd4eb7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Cython>=3.0 +Cython>=3.2.4