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-STARLETTE-8186175
This commit is contained in:
parent
4afe46a2cb
commit
418b81f97f
|
|
@ -37,3 +37,4 @@ sparklines
|
|||
statsd
|
||||
uvicorn
|
||||
zeroconf==0.131.0 # Waiting correction for ARMv7: https://github.com/python-zeroconf/python-zeroconf/issues/1372
|
||||
starlette>=0.40.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
|
|||
Loading…
Reference in New Issue