From d2f433da36a65d80dc4710c3d9c038dfc8dc06ca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Nov 2020 02:00:43 +0000 Subject: [PATCH] Update dependency protobuf to v3.14.0 --- wrappers/python/requirements.txt | 2 +- wrappers/python/tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wrappers/python/requirements.txt b/wrappers/python/requirements.txt index c3c44f5..1f65489 100644 --- a/wrappers/python/requirements.txt +++ b/wrappers/python/requirements.txt @@ -1,3 +1,3 @@ # grpc grpcio==1.23.0 -protobuf==3.10.0 +protobuf==3.14.0 diff --git a/wrappers/python/tests/requirements.txt b/wrappers/python/tests/requirements.txt index d1f2bf6..d3169c0 100644 --- a/wrappers/python/tests/requirements.txt +++ b/wrappers/python/tests/requirements.txt @@ -1,3 +1,3 @@ -protobuf==3.10.0 +protobuf==3.14.0 websocket-client==0.48.0