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-URLLIB3-7267250
This commit is contained in:
parent
36f49952c4
commit
dedfc0bc3a
1 changed files with 1 additions and 0 deletions
|
@ -23,3 +23,4 @@ websocket-client
|
|||
websockets
|
||||
zeroconf>=0.27.0
|
||||
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
Loading…
Reference in a new issue