From af9c53bfedd588e563740217cc61f39f0e5f6fe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 08:27:17 +0000 Subject: [PATCH] chore(dependencies): update dependency cython to >=3.2.5 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2620766..e56d4af 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ -Cython>=3.0 +Cython>=3.2.5 pytest>=9.0.2 pytest-cov>=7.1.0