diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4058c3ae34..8a1f7572a8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -73,7 +73,7 @@ jobs: fetch-depth: 0 - name: 'Check Changed files' id: changed-files-cpp - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 with: since_last_remote_commit: 'true' files: | diff --git a/tests/benchmark/requirements.txt b/tests/benchmark/requirements.txt index 4467029a68..0a97c0a6ab 100644 --- a/tests/benchmark/requirements.txt +++ b/tests/benchmark/requirements.txt @@ -8,7 +8,7 @@ grpcio-tools==1.37.1 pandas==1.1.5 scipy==1.10.0 -scikit-learn==0.19.1 +scikit-learn>=1.5.2 h5py==2.7.1 # influxdb==5.2.2 pyyaml>=5.1 diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index 5d0e6f12c4..d1d755e4d7 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://test.pypi.org/simple/ pytest-cov==2.8.1 -requests==2.26.0 -scikit-learn==1.1.3 +requests>=2.32.4 +scikit-learn>=1.5.2 timeout_decorator==0.5.0 ujson==5.5.0 pytest==8.3.4 @@ -32,7 +32,7 @@ pymilvus==2.7.0rc3 pymilvus[bulk_writer]==2.7.0rc3 # for protobuf -protobuf==5.27.2 +protobuf>=5.29.5 # for customize config test python-benedict==0.24.3 diff --git a/tests/restful_client/requirements.txt b/tests/restful_client/requirements.txt index f2de462b96..268940b624 100644 --- a/tests/restful_client/requirements.txt +++ b/tests/restful_client/requirements.txt @@ -1,11 +1,11 @@ --extra-index-url https://test.pypi.org/simple/ -requests==2.32.0 -urllib3==1.26.19 +requests>=2.32.4 +urllib3>=2.5.0 pytest==7.2.0 pytest-assume==2.4.3 pytest-timeout==1.3.3 pytest-repeat==0.8.0 -allure-pytest==2.7.0 +allure-pytest>=2.8.18 pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.5.0 @@ -15,9 +15,7 @@ pytest-parallel pytest-random-order PyYAML==6.0 numpy==1.24.3 -allure-pytest>=2.8.18 Faker==19.2.0 pymilvus==2.4.0rc19 -scikit-learn~=1.5.0 -pytest-xdist==2.5.0 +scikit-learn>=1.5.2 tenacity==8.1.0 \ No newline at end of file diff --git a/tests/restful_client_v2/requirements.txt b/tests/restful_client_v2/requirements.txt index 06f0d23f1c..45c4bafac9 100644 --- a/tests/restful_client_v2/requirements.txt +++ b/tests/restful_client_v2/requirements.txt @@ -1,13 +1,13 @@ --extra-index-url https://test.pypi.org/simple/ -requests==2.32.0 -urllib3==1.26.19 +requests>=2.32.4 +urllib3>=2.5.0 pytest==7.2.0 pyyaml==6.0 numpy==1.24.3 allure-pytest>=2.8.18 Faker==19.2.0 pymilvus==2.5.0rc108 -scikit-learn~=1.5.0 +scikit-learn>=1.5.2 pytest-xdist==2.5.0 minio==7.1.14 tenacity==8.1.0