From c98b20c1a45cd52c04d182469731b221941dc006 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Aug 2025 03:10: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-9726944 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6cd89cd..7da81a9 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.8.0 \ No newline at end of file