mirror of https://github.com/milvus-io/milvus.git
fix: tests/milvus_python_test/requirements_no_pymilvus.txt to reduce vulnerabilities (#4641)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PY-1049546 Co-authored-by: snyk-bot <snyk-bot@snyk.io>pull/4651/head
parent
f709349cc8
commit
57efa7640a
|
@ -8,7 +8,7 @@ mccabe==0.6.1
|
|||
more-itertools==7.0.0
|
||||
numpy==1.16.3
|
||||
pluggy==0.12.0
|
||||
py==1.8.0
|
||||
py==1.10.0
|
||||
pylint==2.5.0
|
||||
pytest==4.5.0
|
||||
pytest-timeout==1.3.3
|
||||
|
|
Loading…
Reference in New Issue