From 8021064c31cf778b555ba5b4e34c26da0bf4b271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 21:11:26 +0000 Subject: [PATCH] chore(dependencies): update dependency cython to >=3.2.5 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12b867a..8b6ad47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "wheel", "Cython>=3.2.4"] +requires = ["setuptools", "wheel", "Cython>=3.2.5"] build-backend = "setuptools.build_meta" [tool.cibuildwheel] diff --git a/requirements.txt b/requirements.txt index cd4eb7b..19a22f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Cython>=3.2.4 +Cython>=3.2.5