diff --git a/tests/benchmark/requirements.txt b/tests/benchmark/requirements.txt index 2fe4f4d03e..4467029a68 100644 --- a/tests/benchmark/requirements.txt +++ b/tests/benchmark/requirements.txt @@ -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 \ No newline at end of file diff --git a/tests/python_client/deploy/requirements.txt b/tests/python_client/deploy/requirements.txt index 9ddca6a28e..38d5c0c49c 100644 --- a/tests/python_client/deploy/requirements.txt +++ b/tests/python_client/deploy/requirements.txt @@ -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