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-10874054
This commit is contained in:
parent
3a1e188d58
commit
948e1f635c
|
|
@ -43,3 +43,4 @@ statsd
|
|||
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
uvicorn
|
||||
zeroconf
|
||||
starlette>=0.47.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
|
|||
Loading…
Reference in New Issue