From 590780baffc91e2977c7a9461a1d0ab07006809c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Dec 2021 21:20:42 +0000 Subject: [PATCH] fix: binder/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-MISTUNE-2328096 --- binder/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/requirements.txt b/binder/requirements.txt index 897fb21..af8a4fd 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -15,3 +15,4 @@ black # To remove the output from the notebooks nbstripout +mistune>=2.0.1 # not directly required, pinned by Snyk to avoid a vulnerability