Merge pull request #9006 from ryanpetrello/pin-pip-tools-updater

pin pip-tools for now

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-01-05 16:15:11 +00:00 committed by GitHub
commit 545119fb56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ _cleanup() {
install_deps() {
pip install pip --upgrade
pip install pip-tools
pip install "pip-tools==5.4.0" # see https://github.com/jazzband/pip-tools/pull/1237
}
generate_requirements_v3() {