From 7ac8ee3e299456f1bc3a8f5911bf31659c2a6c06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 02:07:03 +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-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092 --- 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..ba7fff4cb 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.0.6 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file