From c9f86cb468f3ebad5b3388d8e0809a5c954bf453 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Mar 2025 00:54:15 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-5918878 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6182918 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 0561978..2591b91 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ matplotlib optuna shap sklearn -xgboost \ No newline at end of file +xgboost +pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file