mirror of https://github.com/milvus-io/milvus.git
test: fix vulnerability of python lib (#32109)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/32128/head
parent
a3d6110957
commit
5ddeec877a
|
@ -2,7 +2,7 @@
|
|||
# --extra-index-url https://test.pypi.org/simple/
|
||||
# pymilvus==2.0.0rc3.dev8
|
||||
|
||||
grpcio==1.53.0
|
||||
grpcio==1.53.2
|
||||
grpcio-testing==1.37.1
|
||||
grpcio-tools==1.37.1
|
||||
|
||||
|
@ -17,5 +17,5 @@ ansicolors==1.1.8
|
|||
kubernetes==10.0.1
|
||||
# rq==1.2.0
|
||||
locust>=1.3.2
|
||||
pymongo==3.10.0
|
||||
pymongo==4.6.3
|
||||
apscheduler==3.7.0
|
|
@ -1,6 +1,6 @@
|
|||
--extra-index-url https://test.pypi.org/simple/
|
||||
docker==5.0.0
|
||||
grpcio==1.53.0
|
||||
grpcio==1.53.2
|
||||
grpcio-tools==1.37.1
|
||||
pymilvus==2.0.0rc8
|
||||
|
||||
|
|
Loading…
Reference in New Issue