From 44b95bc04716aa083ce27f285abe072e8ed5de3c Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 21 Oct 2021 12:35:26 +0200 Subject: [PATCH] Bump pip for tinyipa to 21.3.1 It is currently the latest stable version https://pip.pypa.io/en/stable/news/#v21-3-1 Change-Id: I7a93122fbac109357c210e3c4830e6527465c302 --- tinyipa/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyipa/common.sh b/tinyipa/common.sh index 82b3bfb..579f521 100755 --- a/tinyipa/common.sh +++ b/tinyipa/common.sh @@ -5,7 +5,7 @@ source ${WORKDIR}/tc-mirror.sh BUILDDIR="$WORKDIR/tinyipabuild" -PIP_VERSION="20.2.2" +PIP_VERSION="21.3.1" TINYIPA_REQUIRE_BIOSDEVNAME=${TINYIPA_REQUIRE_BIOSDEVNAME:-false} TINYIPA_REQUIRE_IPMITOOL=${TINYIPA_REQUIRE_IPMITOOL:-true}