From 91411a2200ccea7cc4d1977ca7d67da6ff8fa1ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:45:54 +0000 Subject: [PATCH] chore(dependencies): update dependency cython to >=3.3.0 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c1ab514..461bf89 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ -Cython>=3.2.8 +Cython>=3.3.0 pytest>=9.1.1 pytest-cov>=7.1.0