Dependencies: update protobuf and grpcio to latest versions (#1420)

* update protobuf and grpcio to latest versions

* fix their versions
This commit is contained in:
calle 2023-01-26 14:24:17 +01:00 committed by GitHub
parent 9a39a5d5ba
commit 12d037901e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 67 additions and 70 deletions

View file

@ -57,8 +57,8 @@ zipp = "3.11.0"
loguru = "0.6.0"
cffi = "1.15.1"
websocket-client = "1.3.3"
grpcio = "1.49.1"
protobuf = "4.21.6"
grpcio = "1.51.1"
protobuf = "4.21.12"
Cerberus = "1.3.4"
async-timeout = "4.0.2"
pyln-client = "0.11.1"