From 204439653abfae08c3675d49d86d33d9e59df09a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 10:58:39 +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-PROTOBUF-15090738 --- 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..5b029c9a 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 +protobuf>=6.33.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file