fix: test/appium/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1014645 Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
7055c46a60
commit
57c0e835e2
|
@ -43,7 +43,7 @@ sauceclient==1.0.0
|
||||||
scrypt==0.8.17
|
scrypt==0.8.17
|
||||||
selenium==3.14.1
|
selenium==3.14.1
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
urllib3==1.24.3
|
urllib3==1.25.9
|
||||||
yarl==1.6.3
|
yarl==1.6.3
|
||||||
zbarlight==3.0
|
zbarlight==3.0
|
||||||
docker==4.4.0
|
docker==4.4.0
|
||||||
|
|
Loading…
Reference in New Issue