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