From 6c6bcc2f176a84c0bf5c24d8e53a95b32f3dbedb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Sep 2023 16:35:32 +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-PILLOW-5918878 --- binder/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/requirements.txt b/binder/requirements.txt index 897fb21..31f43de 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -15,3 +15,4 @@ black # To remove the output from the notebooks nbstripout +pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability