From d02552e0e913232b9f0688ebaa18a4c848e12f23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Mar 2025 16:27:05 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-KERAS-9396793 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index be610b1..624b108 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ tensorflow>=1.10 pandas>=0.23.4 scikit-learn>=0.19.2 scipy>=1.1.0 -matplotlib>=2.2.3 \ No newline at end of file +matplotlib>=2.2.3 +keras>=3.9.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file