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:
Snyk bot 2023-01-06 14:55:59 +00:00 committed by GitHub
parent 3618961ee0
commit 16b448d9ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,3 +4,4 @@ black
isort
flake8
pre-commit
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability