From 7e409aea0a1da10e3c92aef301cd6ce69500a71f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 16:26:18 +0000 Subject: [PATCH] fix: machine-learning/malaria-classification/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-KERAS-15268069 --- machine-learning/malaria-classification/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machine-learning/malaria-classification/requirements.txt b/machine-learning/malaria-classification/requirements.txt index a27d0356..08995bf2 100644 --- a/machine-learning/malaria-classification/requirements.txt +++ b/machine-learning/malaria-classification/requirements.txt @@ -2,4 +2,5 @@ tensorflow sklearn numpy matplotlib -opencv-python \ No newline at end of file +opencv-python +keras>=3.13.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file