mirror of https://github.com/nicolargo/glances.git
fix: optional-requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
This commit is contained in:
parent
e086625f1a
commit
e5dfad0e6b
|
|
@ -36,3 +36,4 @@ sparklines
|
|||
statsd
|
||||
uvicorn
|
||||
zeroconf==0.131.0 # Waiting correction for ARMv7: https://github.com/python-zeroconf/python-zeroconf/issues/1372
|
||||
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
|
|||
Loading…
Reference in New Issue