Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport: add locked requirements #6253

Merged
merged 6 commits into from Feb 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions requirements.d/development.txt
@@ -1,11 +1,11 @@
setuptools !=60.6.0, !=60.7.0
setuptools_scm
pip
virtualenv
tox
pytest
pytest-xdist
pytest-cov
pytest-benchmark
Cython
twine
setuptools==28.8.0
setuptools-scm==5.0.2
pip==20.3.4
virtualenv==20.13.1
tox==3.24.5
pytest==6.1.2
pytest-xdist==2.2.1
pytest-cov==2.12.1
pytest-benchmark==3.4.1
Cython==0.29.27
twine==1.15.0
ThomasWaldmann marked this conversation as resolved.
Show resolved Hide resolved