From 89680817f8917a97e129fcd731b59ccb83195eaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Aug 2025 06:44:53 +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-11775502 --- 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..ccec2d723 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.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file