From 00acfbf82348d643cadf8c442855ee1fa5ecb010 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Feb 2023 17:16:06 +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-IPYTHON-3318382 --- binder/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/requirements.txt b/binder/requirements.txt index 897fb21..837bfcc 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -15,3 +15,4 @@ black # To remove the output from the notebooks nbstripout +ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability