From d39ecf464019ea5ac06109f447548ceb9439ecb4 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 10 Sep 2022 17:20:06 +0200 Subject: [PATCH] requirements: use latest Cython, tox 3.25.1 also remove the exclusion of the meanwhile outdated broken Cython 0.27. use tox 3.25.1 (as in 1.2-maint) --- requirements.d/development.lock.txt | 4 ++-- requirements.d/development.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt index c58cc41e..a01a2c8e 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -3,10 +3,10 @@ setuptools-scm==6.4.2 pip==22.1.2 virtualenv==20.14.1 pkgconfig==1.5.5 -tox==3.25.0 +tox==3.25.1 pytest==7.0.1 pytest-xdist==2.5.0 pytest-cov==3.0.0 pytest-benchmark==3.4.1 -Cython==0.29.30 +Cython==0.29.32 twine==3.8.0 diff --git a/requirements.d/development.txt b/requirements.d/development.txt index 8b62f2a0..1b992555 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -8,5 +8,5 @@ pytest pytest-xdist pytest-cov pytest-benchmark -Cython!=0.27 +Cython twine