mirror of https://github.com/nicolargo/glances.git
fix: webui-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
ed400246fd
commit
4a8586a570
|
|
@ -5,3 +5,4 @@ fastapi>=0.82.0; # ReST API Framework
|
|||
jinja2 # Template engine
|
||||
orjson # JSON Serialization speedup
|
||||
uvicorn # Webserver
|
||||
h11>=0.16.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
|
|||
Loading…
Reference in New Issue