From 7d2746a4c1341faecb3a2389ae26085af2dc5c9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Dec 2022 02:52:35 +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-3149871 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6cd89cd..d985f7c 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==1.13.1 \ No newline at end of file