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:
Evgeny Lazarev 2020-12-25 18:02:23 +03:00 committed by GitHub
parent dedd5a51e8
commit a66ab37455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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