[pmon] update gRPC version to 1.57.0 (#16257) (#17218)

* [pmon] update gRPC version to 1.57.0 (#16257)

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>

* fix conflict

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>

---------

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
This commit is contained in:
vdahiya12 2023-11-30 13:38:52 -08:00 committed by GitHub
parent c18b3f9947
commit 6b4bad0ab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -36,8 +36,8 @@ RUN apt-get update && \
# doesn't ensure all dependencies are installed in the container. So here we
# install any dependencies required by the Arista sonic_platform package.
# TODO: eliminate the need to install these explicitly.
RUN pip3 install grpcio==1.39.0 \
grpcio-tools==1.39.0
RUN pip3 install grpcio==1.57.0 \
grpcio-tools==1.57.0
# Barefoot platform vendors' sonic_platform packages import the Python 'thrift' library
RUN pip3 install thrift==0.13.0

View File

@ -1,6 +1,6 @@
attrs==20.3.0
grpcio==1.39.0
grpcio-tools==1.39.0
grpcio==1.57.0
grpcio-tools==1.57.0
guacamole==0.9.2
importlib-metadata==1.6.0
jsonschema==2.6.0
@ -10,4 +10,4 @@ protobuf==3.20.3
pyrsistent==0.15.5
python_sdk_api==4.5.4318
thrift==0.13.0
zipp==1.0.0
zipp==1.0.0