From 83fb1bbd20505cb6e41d1733accda45b07308145 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Sep 2025 06:25:18 +0000 Subject: [PATCH] fix: Python/Python_Library_Downloader/Windows/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-KERAS-12927178 - https://snyk.io/vuln/SNYK-PYTHON-KERAS-12927179 --- Python/Python_Library_Downloader/Windows/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python/Python_Library_Downloader/Windows/requirements.txt b/Python/Python_Library_Downloader/Windows/requirements.txt index bdbb81403..e317d33d8 100644 --- a/Python/Python_Library_Downloader/Windows/requirements.txt +++ b/Python/Python_Library_Downloader/Windows/requirements.txt @@ -82,4 +82,5 @@ tensorflow-model-analysis==0.15.4 tensorflow-probability==0.7 tensorflow-transform==0.15.0 tfx==0.15.0 -tf-agents==0.3.0rc0 \ No newline at end of file +tf-agents==0.3.0rc0 +keras>=3.11.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file