Set fixed version of the urllib3 package in the requirements because of the security issue in urllib3==1.25.8 (#3740)
* Set fixed version of the urllib3 package in the requirements because of the security issue in 1.25.8 * Set lower bound version of the urllib3 package in the requirements because of the security issue in 1.25.8
This commit is contained in:
parent
dedd5a51e8
commit
a66ab37455
@ -7,3 +7,4 @@ protobuf>=3.6.1
|
|||||||
onnx>=1.1.2
|
onnx>=1.1.2
|
||||||
test-generator==0.1.1
|
test-generator==0.1.1
|
||||||
defusedxml>=0.5.0
|
defusedxml>=0.5.0
|
||||||
|
urllib3>=1.25.9
|
||||||
|
@ -3,3 +3,4 @@ networkx>=1.11
|
|||||||
numpy>=1.14.0
|
numpy>=1.14.0
|
||||||
test-generator==0.1.1
|
test-generator==0.1.1
|
||||||
defusedxml>=0.5.0
|
defusedxml>=0.5.0
|
||||||
|
urllib3>=1.25.9
|
||||||
|
Loading…
Reference in New Issue
Block a user