From 0af093e391e6b5c3bff54d5c5b5a69340d2c258a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 10:03:52 +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-13052805 --- 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