From 7ee200ebdd00f7ce3143937ca86416730d768d19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Sep 2025 08:02:11 +0000 Subject: [PATCH] fix: 9_Deep_Learning/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 --- 9_Deep_Learning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9_Deep_Learning/requirements.txt b/9_Deep_Learning/requirements.txt index c8ca06f..7518f62 100644 --- a/9_Deep_Learning/requirements.txt +++ b/9_Deep_Learning/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.2.1 pandas==1.0.3 numpy==1.18.4 -keras==2.4.3 +keras==3.11.3 scikit_learn==0.23.2