Changed minimal required version of bleach Python package from 1.5 to 2.0. bleach...
authorTatiana Shpeisman <shpeisman@google.com>
Fri, 2 Feb 2018 22:14:13 +0000 (14:14 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 2 Feb 2018 22:17:49 +0000 (14:17 -0800)
PiperOrigin-RevId: 184332663

tensorflow/tools/ci_build/install/install_pip_packages.sh

index 71744c0..d406b83 100755 (executable)
@@ -43,8 +43,8 @@ pip2 install --upgrade werkzeug==0.11.10
 pip3 install --upgrade werkzeug==0.11.10
 
 # Install bleach. html5lib will be picked up as a dependency.
-pip2 install --upgrade bleach==1.5.0
-pip3 install --upgrade bleach==1.5.0
+pip2 install --upgrade bleach==2.0.0
+pip3 install --upgrade bleach==2.0.0
 
 # Install markdown.
 pip2 install --upgrade markdown==2.6.8