From 2b16adb4a2d8bc0d73d98f7f73954755811a9a17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Nov 2022 17:21:47 +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-SETUPTOOLS-3113904 --- binder/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/requirements.txt b/binder/requirements.txt index 897fb21..5c9bf52 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -15,3 +15,4 @@ black # To remove the output from the notebooks nbstripout +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability