From ebc61c80a75e01598bf7c9cdf2ed536dcb463d4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 09:20:08 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dbe063ab..418b383f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ streamlit geos numba watchdog -pvlib \ No newline at end of file +pvlib +protobuf>=6.33.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file