From bd005c11a226f7e3b36c9f046cc572ed751bd267 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 1 Jun 2022 19:51:55 +0200 Subject: [PATCH] vagrant/testing: upgrade development.lock.txt esp. the Cython version upgrade to 0.29.30 is important for python 3.11. --- requirements.d/development.lock.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt index ef1c219a5..131097e7d 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -1,13 +1,13 @@ -setuptools==60.7.1 +setuptools==62.1.0 setuptools-scm==6.4.2 -pip==22.0.3 -virtualenv==20.13.0 +pip==22.1.2 +virtualenv==20.14.1 pkgconfig==1.5.5 -tox==3.24.5 -pytest==7.0.0 +tox==3.25.0 +pytest==7.0.1 pytest-xdist==2.5.0 pytest-cov==3.0.0 pytest-benchmark==3.4.1 -Cython==0.29.27 +Cython==0.29.30 twine==3.8.0 python-dateutil==2.8.2