From 3837e0233d5998e9ffcd23719fb89827455ab5be Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 27 Dec 2022 19:32:20 +0100 Subject: [PATCH] update development.lock.txt including a setuptools security fix, see #7227 also: - cosmetic change in development.txt to have same order - removed exclusion of broken Cython release (outdated since long) --- requirements.d/development.lock.txt | 20 ++++++++++---------- requirements.d/development.txt | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt index 290597d3a..ff91d9864 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -1,13 +1,13 @@ -setuptools==62.1.0 -setuptools-scm==6.4.2 -pip==22.1.2 -virtualenv==20.14.1 +setuptools==65.6.3 +setuptools-scm==7.1.0 +pip==22.3.1 +virtualenv==20.17.1 pkgconfig==1.5.5 -tox==3.25.1 -pytest==7.0.1 -pytest-xdist==2.5.0 -pytest-cov==3.0.0 -pytest-benchmark==3.4.1 +tox==4.0.18 +pytest==7.2.0 +pytest-xdist==3.1.0 +pytest-cov==4.0.0 +pytest-benchmark==4.0.0 Cython==0.29.32 -twine==3.8.0 +twine==4.0.2 python-dateutil==2.8.2 diff --git a/requirements.d/development.txt b/requirements.d/development.txt index 9ecaaafb3..3c30b2ac2 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -2,12 +2,12 @@ setuptools >=45, !=60.6.0, !=60.7.0 setuptools_scm pip virtualenv -tox pkgconfig +tox pytest pytest-xdist pytest-cov pytest-benchmark -Cython!=0.27 +Cython twine python-dateutil