From f40ee7ca15c28c418b0bcd99bf45a271d19c6a97 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 5 Jan 2021 10:45:40 -0500 Subject: [PATCH] pin pip-tools for now a new version of pip-tools changed the format of dependency annotations in generated requirements.txt files we should probably change to the new format at some point, but maybe *after* we merge a few of our long-running branches that touch these files (otherwise, managing conflicts could be pretty hellish) --- requirements/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/updater.sh b/requirements/updater.sh index 3d93b4d815..c58f1a0f62 100755 --- a/requirements/updater.sh +++ b/requirements/updater.sh @@ -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() {