Skip to content

Commit

Permalink
fix: docs/requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-MISTUNE-2940625
  • Loading branch information
snyk-bot committed Jul 17, 2022
1 parent f45e8c1 commit ed105bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ importlib-metadata==4.12.0
Jinja2==3.0.1
m2r2==0.3.2
MarkupSafe==2.0.1
mistune==0.8.4
mistune==2.0.3
networkx==2.5.1
numpy==1.23.1
packaging==20.9
Expand Down

0 comments on commit ed105bc

Please sign in to comment.