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:
snyk-bot 2025-06-09 16:36:47 +00:00
parent ed400246fd
commit 4a8586a570
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
1 changed files with 1 additions and 0 deletions

View File

@ -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