From 388026e81488e0e3e2434bf26367cdacf5a17ba2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Sep 2023 21:10:02 +0000 Subject: [PATCH] fix: Python Workshop/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-5918878 --- Python Workshop/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python Workshop/requirements.txt b/Python Workshop/requirements.txt index 92da79b..53632da 100644 --- a/Python Workshop/requirements.txt +++ b/Python Workshop/requirements.txt @@ -5,4 +5,5 @@ ipywidgets jsonpath_rw seaborn neuprint-python -flybrains \ No newline at end of file +flybrains +pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file