From 47568a5b5c568a16676a83097f0c1c0b6845b206 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Oct 2021 01:03:06 +0000 Subject: [PATCH] Update dependency protobuf to v3.19.1 --- 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..23b77a9 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.19.1 diff --git a/wrappers/python/tests/requirements.txt b/wrappers/python/tests/requirements.txt index d1f2bf6..4e1d545 100644 --- a/wrappers/python/tests/requirements.txt +++ b/wrappers/python/tests/requirements.txt @@ -1,3 +1,3 @@ -protobuf==3.10.0 +protobuf==3.19.1 websocket-client==0.48.0