From 1531de24595531353281a3f783bf1603268293ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Feb 2026 12:01:56 +0000 Subject: [PATCH] fix: machine-learning/technical-indicators/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738 --- machine-learning/technical-indicators/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machine-learning/technical-indicators/requirements.txt b/machine-learning/technical-indicators/requirements.txt index 5647d5ff..e2e5852b 100644 --- a/machine-learning/technical-indicators/requirements.txt +++ b/machine-learning/technical-indicators/requirements.txt @@ -1,4 +1,5 @@ pandas-datareader yfinance mpl-finance -stockstats \ No newline at end of file +stockstats +protobuf>=6.33.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file