From f221cb7e31fb7b25c0e39e6f85b5c28e8066a6c0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Aug 2024 08:52:11 -0700 Subject: [PATCH] Update cython from 0.29.21 to 3.0.11 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 04e171e..1663116 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,5 +9,5 @@ Sphinx==3.4.3 pyyaml==5.4.1 cryptography==3.3.2 numpy==1.19.5 -Cython==0.29.21 +Cython==3.0.11 pandas>=1.1.5