diff options
author | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-04-19 10:50:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-19 10:50:44 -0700 |
commit | 1d74fa67480550b0476b45c9fc5030e5478efc5a (patch) | |
tree | 769c95907f173c941ca1f43fcf11c6f8505cbbc8 /src/python/grpcio_tests | |
parent | 28814c5ecc92df5113cefc3feb33fff7da17ff6a (diff) | |
parent | 8e9baf35bd63612c76376018dae40c59e8eb380a (diff) |
Merge pull request #15114 from mehrdada/bump-protobuf-submodule-to-3.5.2
Bump protobuf submodule to 3.5.2
Diffstat (limited to 'src/python/grpcio_tests')
-rw-r--r-- | src/python/grpcio_tests/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_tests/setup.py b/src/python/grpcio_tests/setup.py index 4e0f6726fa..98ac19d188 100644 --- a/src/python/grpcio_tests/setup.py +++ b/src/python/grpcio_tests/setup.py @@ -41,7 +41,7 @@ INSTALL_REQUIRES = ( 'grpcio>={version}'.format(version=grpc_version.VERSION), 'grpcio-tools>={version}'.format(version=grpc_version.VERSION), 'grpcio-health-checking>={version}'.format(version=grpc_version.VERSION), - 'oauth2client>=1.4.7', 'protobuf>=3.5.0.post1', 'six>=1.10', + 'oauth2client>=1.4.7', 'protobuf>=3.5.2.post1', 'six>=1.10', 'google-auth>=1.0.0', 'requests>=2.14.2') COMMAND_CLASS = { |