Skip to content

Commit f1e08e4

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binder/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ kaleido
1919
scikit-learn
2020
umap-learn
2121
wget
22+
tornado>=6.4.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)