Skip to content

Commit 066065f

Browse files
authored
[pmon] update gRPC version to 1.57.0 (#16257) (#17219)
* [pmon] update gRPC version to 1.57.0 (#16257) Signed-off-by: vaibhav-dahiya <[email protected]> * fix conflict Signed-off-by: vaibhav-dahiya <[email protected]> --------- Signed-off-by: vaibhav-dahiya <[email protected]>
1 parent 35993c9 commit 066065f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dockers/docker-platform-monitor/Dockerfile.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ RUN apt-get update && \
3535
# doesn't ensure all dependencies are installed in the container. So here we
3636
# install any dependencies required by the Arista sonic_platform package.
3737
# TODO: eliminate the need to install these explicitly.
38-
RUN pip3 install grpcio==1.39.0 \
39-
grpcio-tools==1.39.0
38+
RUN pip3 install grpcio==1.57.0 \
39+
grpcio-tools==1.57.0
4040

4141
# Barefoot platform vendors' sonic_platform packages import these Python libraries
4242
RUN pip3 install thrift==0.13.0 netifaces

files/build/versions/dockers/docker-platform-monitor/versions-py3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
attrs==20.3.0
22
certifi==2023.5.7
33
charset-normalizer==3.1.0
4-
grpcio==1.39.0
5-
grpcio-tools==1.39.0
4+
grpcio==1.57.0
5+
grpcio-tools==1.57.0
66
guacamole==0.9.2
77
idna==3.4
88
importlib-metadata==1.6.0

0 commit comments

Comments
 (0)