From 7eacaa49ca8e946080ca0e49b9ac500d2791e8de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 15:54:39 +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-6219984 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986 --- 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..ec2b797 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.2.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file