fix: optional-requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
This commit is contained in:
snyk-bot 2024-07-17 09:21:59 +00:00
parent e086625f1a
commit e5dfad0e6b
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
1 changed files with 1 additions and 0 deletions

View File

@ -36,3 +36,4 @@ sparklines
statsd statsd
uvicorn uvicorn
zeroconf==0.131.0 # Waiting correction for ARMv7: https://github.com/python-zeroconf/python-zeroconf/issues/1372 zeroconf==0.131.0 # Waiting correction for ARMv7: https://github.com/python-zeroconf/python-zeroconf/issues/1372
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability