aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-04-19 00:43:03 -0400
committerGravatar Mehrdad Afshari <mmx@google.com>2018-04-19 15:48:31 -0400
commitc176917789d8655412c063ab526230f6deb05d6d (patch)
tree69f9754a1af2b1ae1394d76bbc08feb7376fda75 /templates/tools
parentd0d8ce8568d29563710dc063846d971f103fd73d (diff)
Bump Python protobuf to 3.5.2.post1
Diffstat (limited to 'templates/tools')
-rw-r--r--templates/tools/dockerfile/python_deps.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/python_deps.include b/templates/tools/dockerfile/python_deps.include
index f203e77338..c7bf238b5a 100644
--- a/templates/tools/dockerfile/python_deps.include
+++ b/templates/tools/dockerfile/python_deps.include
@@ -11,4 +11,4 @@ RUN apt-get update && apt-get install -y ${'\\'}
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
-RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.0.post1 six==1.10.0 twisted==17.5.0
+RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0