aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-04-18 17:51:32 -0700
committerGravatar Mehrdad Afshari <mmx@google.com>2018-04-19 15:48:23 -0400
commitd0d8ce8568d29563710dc063846d971f103fd73d (patch)
treec0e7138d30d895433056cb3ef35f88515b3be476 /tools/run_tests/helper_scripts
parent1cc3bf6ce2752df57b84ea3625f4dbf0f2631be3 (diff)
Bump pip version to 10.0.1
Diffstat (limited to 'tools/run_tests/helper_scripts')
-rwxr-xr-xtools/run_tests/helper_scripts/build_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/build_python.sh b/tools/run_tests/helper_scripts/build_python.sh
index bd952721ad..b0a6f0f4d4 100755
--- a/tools/run_tests/helper_scripts/build_python.sh
+++ b/tools/run_tests/helper_scripts/build_python.sh
@@ -163,7 +163,7 @@ case "$VENV" in
;;
esac
-$VENV_PYTHON -m pip install --upgrade pip==9.0.2
+$VENV_PYTHON -m pip install --upgrade pip==10.0.1
$VENV_PYTHON -m pip install setuptools
$VENV_PYTHON -m pip install cython
$VENV_PYTHON -m pip install six enum34 protobuf futures