fix: test/appium/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1055461 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1055462
This commit is contained in:
parent
9d2e2e26ad
commit
6410de803e
|
@ -23,7 +23,7 @@ multidict==3.1.3
|
|||
namedlist==1.8
|
||||
numpy==1.19.4
|
||||
pbkdf2==1.3
|
||||
Pillow==8.0.1
|
||||
Pillow==8.1.0
|
||||
py==1.9.0
|
||||
py-ecc==5.1.0
|
||||
pycryptodome==3.9.9
|
||||
|
|
Loading…
Reference in New Issue