Skip to content

Commit 7d25883

Browse files
committed
fix: manual-testing-sandbox/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-KERAS-15268069
1 parent 86a37f9 commit 7d25883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual-testing-sandbox/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spacy==3.1.2
2626

2727
# Deep Learning
2828
torch==2.6.0
29-
keras==2.6.0
29+
keras==3.13.2
3030

3131
# Image processing
3232
pillow==8.3.2

0 commit comments

Comments
 (0)