Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#41)
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-TORNADO-5840803

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
saidsef and snyk-bot authored Aug 16, 2023
1 parent 6c780ed commit b78b919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-i https://pypi.org/simple
mkdocs==1.3.0
tornado>=5.1.1
tornado>=6.3.3
PyYAML>=5.4.1

0 comments on commit b78b919

Please sign in to comment.