Fix grpc package for ptf container (#16536)

Why I did it
PTF container needs to use new grpcio package.

Work item tracking
Microsoft ADO (number only):
How I did it
Update versions-py2

How to verify it
Check pipeline artifact
This commit is contained in:
ganglv 2023-09-14 08:27:32 +08:00 committed by GitHub
parent de2f7bd7b9
commit ce7145475d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,8 @@ flask==1.0
flask-httpauth==2.5.0
future==0.18.3
futures==3.2.0
grpcio==1.18.0
grpcio-tools==1.15.0
grpcio==1.41.1
grpcio-tools==1.41.1
importlib-resources==3.3.1
ipaddress==1.0.23
ipython==5.4.1