From 8ce45497b6ef7e0fe0e6151ed7a46e45fb6bb5fe Mon Sep 17 00:00:00 2001 From: ThinkPadX220 <55105920+ThinkPadX220@users.noreply.github.com> Date: Wed, 10 Mar 2021 19:31:03 +0000 Subject: [PATCH] Update venv-dependencies.sh Updated file to fix issue #1835 --- util/venv-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/venv-dependencies.sh b/util/venv-dependencies.sh index f08deb6a7..548ec8483 100755 --- a/util/venv-dependencies.sh +++ b/util/venv-dependencies.sh @@ -250,7 +250,7 @@ source "$1/bin/activate" # Below this line, we are only installing into the virtualenv at "$1" -our_pip_install --upgrade pip +our_pip_install --upgrade 'pip < 21.0' # The pip we want should be in our path now. Make sure we use it. hash -r