From ecd7b488060ae21dd427e2248743dffab4f70123 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:36:40 +0000 Subject: [PATCH] chore(dependencies): update dependency cython to >=3.2.4 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2620766..b32b9a6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ -Cython>=3.0 +Cython>=3.2.4 pytest>=9.0.2 pytest-cov>=7.1.0