forked from platypush/platypush
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177
This commit is contained in:
parent
42912581f9
commit
51a956c607
1 changed files with 1 additions and 0 deletions
|
@ -23,3 +23,4 @@ tornado
|
|||
websocket-client
|
||||
websockets
|
||||
zeroconf>=0.27.0
|
||||
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
Loading…
Reference in a new issue