From 3536257a201c0cd2972bef5cee1d44050e544470 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Dec 2025 11:52:55 +0000 Subject: [PATCH] fix: Python/Python_Library_Downloader/Unix/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14151620 --- Python/Python_Library_Downloader/Unix/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python/Python_Library_Downloader/Unix/requirements.txt b/Python/Python_Library_Downloader/Unix/requirements.txt index 4ca33defc..0cb1d5165 100644 --- a/Python/Python_Library_Downloader/Unix/requirements.txt +++ b/Python/Python_Library_Downloader/Unix/requirements.txt @@ -78,4 +78,5 @@ tensorflow-datasets==1.2.0 tensorflow-hub==0.7.0 tensorflow-metadata==0.14.0s tensorflow-probability==0.7 -tf-agents==0.3.0rc0 \ No newline at end of file +tf-agents==0.3.0rc0 +werkzeug>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file