From d80d2decc0371429342b0408c37a2191ae6c1d91 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 26 Aug 2023 14:11:52 +0200 Subject: [PATCH] development.lock.txt: use Cython 3.0.1 note: pyproject.yaml already uses Cython3 because it is not version restricted and the cy3 pypi package is not beta any more. --- requirements.d/development.lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt index 775d7a049..f75849602 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -9,6 +9,6 @@ pytest==7.3.1 pytest-xdist==3.3.1 pytest-cov==4.1.0 pytest-benchmark==4.0.0 -Cython==0.29.35 +Cython==3.0.1 twine==4.0.2 pre-commit==3.3.2