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 Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
d68f7679df
commit
6c935057c5
|
@ -23,7 +23,7 @@ multidict==3.1.3
|
||||||
namedlist==1.8
|
namedlist==1.8
|
||||||
numpy==1.19.4
|
numpy==1.19.4
|
||||||
pbkdf2==1.3
|
pbkdf2==1.3
|
||||||
Pillow==8.0.1
|
Pillow==8.1.0
|
||||||
py==1.9.0
|
py==1.9.0
|
||||||
py-ecc==5.1.0
|
py-ecc==5.1.0
|
||||||
pycryptodome==3.9.9
|
pycryptodome==3.9.9
|
||||||
|
|
Loading…
Reference in New Issue