diff options
author | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-04-20 11:55:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 11:55:19 -0700 |
commit | ad27271577347bd3fa0497dda0bd372c6d72106a (patch) | |
tree | 483c8f1a9b30609ab23938b4723ad953edd0dd4b /tools/distrib/python | |
parent | fe9a6d5ec2b6f5f32b5b650acf55489db66970ac (diff) | |
parent | c176917789d8655412c063ab526230f6deb05d6d (diff) |
Merge pull request #15112 from mehrdada/bump-pip-to-10.0.0
Bump pip==10.0.1 and protobuf==3.5.2.post1
Diffstat (limited to 'tools/distrib/python')
-rwxr-xr-x | tools/distrib/python/docgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/python/docgen.py b/tools/distrib/python/docgen.py index 4d6fcb5d65..732d948bbc 100755 --- a/tools/distrib/python/docgen.py +++ b/tools/distrib/python/docgen.py @@ -70,7 +70,7 @@ subprocess_arguments_list = [ 'env': environment }, { - 'args': [VIRTUALENV_PIP_PATH, 'install', '--upgrade', 'pip==9.0.1'], + 'args': [VIRTUALENV_PIP_PATH, 'install', '--upgrade', 'pip==10.0.1'], 'env': environment }, { |