From dfc0bc3e04151ecf3fb3975916570af9e60a6782 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 14:10:06 +0000 Subject: [PATCH] fix: machine-learning/stock-prediction/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-KERAS-15268069 --- machine-learning/stock-prediction/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machine-learning/stock-prediction/requirements.txt b/machine-learning/stock-prediction/requirements.txt index 1a786772..5d58c543 100644 --- a/machine-learning/stock-prediction/requirements.txt +++ b/machine-learning/stock-prediction/requirements.txt @@ -3,4 +3,5 @@ tensorflow matplotlib numpy pandas -yahoo_fin \ No newline at end of file +yahoo_fin +keras>=3.13.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file