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-9964606
This commit is contained in:
parent
c8d70fb343
commit
fe7516067f
|
|
@ -37,3 +37,4 @@ sparklines
|
|||
statsd
|
||||
uvicorn
|
||||
zeroconf
|
||||
setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
|
|||
Loading…
Reference in New Issue