mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
test: fix dependabot alerts (#44037)
/kind improvement Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
1a30012014
commit
a2ac49f867
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: 'Check Changed files'
|
- name: 'Check Changed files'
|
||||||
id: changed-files-cpp
|
id: changed-files-cpp
|
||||||
uses: tj-actions/changed-files@v41
|
uses: tj-actions/changed-files@v46
|
||||||
with:
|
with:
|
||||||
since_last_remote_commit: 'true'
|
since_last_remote_commit: 'true'
|
||||||
files: |
|
files: |
|
||||||
|
|||||||
@ -8,7 +8,7 @@ grpcio-tools==1.37.1
|
|||||||
|
|
||||||
pandas==1.1.5
|
pandas==1.1.5
|
||||||
scipy==1.10.0
|
scipy==1.10.0
|
||||||
scikit-learn==0.19.1
|
scikit-learn>=1.5.2
|
||||||
h5py==2.7.1
|
h5py==2.7.1
|
||||||
# influxdb==5.2.2
|
# influxdb==5.2.2
|
||||||
pyyaml>=5.1
|
pyyaml>=5.1
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
--extra-index-url https://test.pypi.org/simple/
|
--extra-index-url https://test.pypi.org/simple/
|
||||||
pytest-cov==2.8.1
|
pytest-cov==2.8.1
|
||||||
requests==2.26.0
|
requests>=2.32.4
|
||||||
scikit-learn==1.1.3
|
scikit-learn>=1.5.2
|
||||||
timeout_decorator==0.5.0
|
timeout_decorator==0.5.0
|
||||||
ujson==5.5.0
|
ujson==5.5.0
|
||||||
pytest==8.3.4
|
pytest==8.3.4
|
||||||
@ -32,7 +32,7 @@ pymilvus==2.7.0rc3
|
|||||||
pymilvus[bulk_writer]==2.7.0rc3
|
pymilvus[bulk_writer]==2.7.0rc3
|
||||||
|
|
||||||
# for protobuf
|
# for protobuf
|
||||||
protobuf==5.27.2
|
protobuf>=5.29.5
|
||||||
|
|
||||||
# for customize config test
|
# for customize config test
|
||||||
python-benedict==0.24.3
|
python-benedict==0.24.3
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
--extra-index-url https://test.pypi.org/simple/
|
--extra-index-url https://test.pypi.org/simple/
|
||||||
requests==2.32.0
|
requests>=2.32.4
|
||||||
urllib3==1.26.19
|
urllib3>=2.5.0
|
||||||
pytest==7.2.0
|
pytest==7.2.0
|
||||||
pytest-assume==2.4.3
|
pytest-assume==2.4.3
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.3.3
|
||||||
pytest-repeat==0.8.0
|
pytest-repeat==0.8.0
|
||||||
allure-pytest==2.7.0
|
allure-pytest>=2.8.18
|
||||||
pytest-print==0.2.1
|
pytest-print==0.2.1
|
||||||
pytest-level==0.1.1
|
pytest-level==0.1.1
|
||||||
pytest-xdist==2.5.0
|
pytest-xdist==2.5.0
|
||||||
@ -15,9 +15,7 @@ pytest-parallel
|
|||||||
pytest-random-order
|
pytest-random-order
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
numpy==1.24.3
|
numpy==1.24.3
|
||||||
allure-pytest>=2.8.18
|
|
||||||
Faker==19.2.0
|
Faker==19.2.0
|
||||||
pymilvus==2.4.0rc19
|
pymilvus==2.4.0rc19
|
||||||
scikit-learn~=1.5.0
|
scikit-learn>=1.5.2
|
||||||
pytest-xdist==2.5.0
|
|
||||||
tenacity==8.1.0
|
tenacity==8.1.0
|
||||||
@ -1,13 +1,13 @@
|
|||||||
--extra-index-url https://test.pypi.org/simple/
|
--extra-index-url https://test.pypi.org/simple/
|
||||||
requests==2.32.0
|
requests>=2.32.4
|
||||||
urllib3==1.26.19
|
urllib3>=2.5.0
|
||||||
pytest==7.2.0
|
pytest==7.2.0
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
numpy==1.24.3
|
numpy==1.24.3
|
||||||
allure-pytest>=2.8.18
|
allure-pytest>=2.8.18
|
||||||
Faker==19.2.0
|
Faker==19.2.0
|
||||||
pymilvus==2.5.0rc108
|
pymilvus==2.5.0rc108
|
||||||
scikit-learn~=1.5.0
|
scikit-learn>=1.5.2
|
||||||
pytest-xdist==2.5.0
|
pytest-xdist==2.5.0
|
||||||
minio==7.1.14
|
minio==7.1.14
|
||||||
tenacity==8.1.0
|
tenacity==8.1.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user