From 016f9b5e3c15fba1c75ae3f1971a89f5c88fb30e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 23:17:46 +0000 Subject: [PATCH] fix: requirements.extra.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 --- requirements.extra.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.extra.txt b/requirements.extra.txt index 13c3f5f..f1afdd6 100644 --- a/requirements.extra.txt +++ b/requirements.extra.txt @@ -6,4 +6,5 @@ plotly==4.14.3 python-mnist torch==1.6.0 datasets==1.15.1 -embeddings==0.0.8 \ No newline at end of file +embeddings==0.0.8 +pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file