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-H11-10293728
This commit is contained in:
parent
a6de55bfca
commit
8e957560ce
|
|
@ -38,3 +38,4 @@ sparklines
|
|||
statsd
|
||||
uvicorn
|
||||
zeroconf
|
||||
h11>=0.16.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
|
|||
Loading…
Reference in New Issue