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:
snyk-bot 2024-06-18 18:27:14 +00:00
parent 36f49952c4
commit dedfc0bc3a
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
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability