From 222162c175c6b2dfbc335eb06ff22cea2a3d5ff3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Nov 2025 09:40:22 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORCH-13052971 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6cd89cd..35d4ed5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ prettytable==2.4.0 pyttsx3==2.90 SpeechRecognition==3.8.1 termcolor==1.1.0 -torch==1.10.0 \ No newline at end of file +torch==2.9.0 \ No newline at end of file