mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-03-12 07:40:07 +01:00
fix: requirements_dev.txt to reduce vulnerabilities (#79)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904 - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412
This commit is contained in:
parent
3618961ee0
commit
16b448d9ad
@ -3,4 +3,5 @@ homeassistant==2022.7.7
|
||||
black
|
||||
isort
|
||||
flake8
|
||||
pre-commit
|
||||
pre-commit
|
||||
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
Loading…
x
Reference in New Issue
Block a user