Skip to content

Commit 69e5f6f

Browse files
committed
fix: doc/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-8400708
1 parent 3111b39 commit 69e5f6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ nbformat
1111
matplotlib
1212
seaborn
1313
mypy_extensions>=0.4
14-
# mistune<2
14+
# mistune<2
15+
tornado>=6.4.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)