Skip to content

Commit 3bad671

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-9396793
1 parent 3dc29eb commit 3bad671

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.9.0
44
matplotlib==3.8.2
55
numpy==2.1.2
66
Pillow==10.4.0

0 commit comments

Comments
 (0)