summaryrefslogtreecommitdiffstats
path: root/requirements.d
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-09-10 17:20:06 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-09-10 18:15:45 +0200
commitd39ecf464019ea5ac06109f447548ceb9439ecb4 (patch)
treee7a1562b0e88bdb57110ba357dd7e4025f2cba44 /requirements.d
parent18ca2ab3ce740177b574397910284dbb51fb3000 (diff)
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)
Diffstat (limited to 'requirements.d')
-rw-r--r--requirements.d/development.lock.txt4
-rw-r--r--requirements.d/development.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt
index c58cc41e5..a01a2c8ed 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 8b62f2a04..1b9925550 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