fix: requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
This commit is contained in:
snyk-bot 2024-07-10 04:55:05 +00:00
parent c9daa037a7
commit 17dbd91198
No known key found for this signature in database
GPG key ID: 78AC5AE55A47A65B

View file

@ -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
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability