fix: dev_requirements.txt to reduce vulnerabilities (#836)

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Rhet Turnbull 2022-12-18 19:38:17 -08:00 committed by GitHub
parent b2b814954b
commit 5e7ab06458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,5 @@ sphinx_rtd_theme
sphinx-copybutton
sphinxcontrib-programoutput
twine
wheel
wheel
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability