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

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-MISTUNE-2940625
This commit is contained in:
Snyk bot 2022-09-07 07:11:16 +02:00 committed by GitHub
parent 83ce702a46
commit 3ac2b3c290
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
mistune>=2.0.3 # not directly required, pinned by Snyk to avoid a vulnerability