Merge pull request #7228 from ThomasWaldmann/update-requirements-master

update development.lock.txt
This commit is contained in:
TW 2022-12-27 19:22:28 +01:00 committed by GitHub
commit e49b60ae59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -1,12 +1,12 @@
setuptools==62.1.0 setuptools==65.6.3
setuptools-scm==6.4.2 setuptools-scm==7.1.0
pip==22.1.2 pip==22.3.1
virtualenv==20.14.1 virtualenv==20.17.1
pkgconfig==1.5.5 pkgconfig==1.5.5
tox==3.25.1 tox==4.0.18
pytest==7.0.1 pytest==7.2.0
pytest-xdist==2.5.0 pytest-xdist==3.1.0
pytest-cov==3.0.0 pytest-cov==4.0.0
pytest-benchmark==3.4.1 pytest-benchmark==4.0.0
Cython==0.29.32 Cython==0.29.32
twine==3.8.0 twine==4.0.2

View File

@ -2,8 +2,8 @@ setuptools >=45, !=60.6.0, !=60.7.0
setuptools_scm setuptools_scm
pip pip
virtualenv virtualenv
tox
pkgconfig pkgconfig
tox
pytest pytest
pytest-xdist pytest-xdist
pytest-cov pytest-cov