From cdf8f80cf7ac55839bc0beff29edcfc574ced572 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Nov 2025 04:44:04 +0000 Subject: [PATCH] fix: API/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-KERAS-13743411 - https://snyk.io/vuln/SNYK-PYTHON-KERAS-13786416 --- API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/requirements.txt b/API/requirements.txt index 41e6281..6861caa 100644 --- a/API/requirements.txt +++ b/API/requirements.txt @@ -1,6 +1,6 @@ deepface==0.0.92 fastapi==0.115.0 -keras==2.15.0 +keras==3.12.0 matplotlib==3.8.2 numpy==2.1.2 Pillow==10.4.0