Skip to content

Commit cdf8f80

Browse files
committed
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
1 parent 3dc29eb commit cdf8f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
deepface==0.0.92
22
fastapi==0.115.0
3-
keras==2.15.0
3+
keras==3.12.0
44
matplotlib==3.8.2
55
numpy==2.1.2
66
Pillow==10.4.0

0 commit comments

Comments
 (0)