From 0d95188b75a24179854d6fbf9f976b80fbf27f92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Oct 2021 04:30:00 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NLTK-1660190 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86fabcd..d8b9db5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ torch==1.8.1 termcolor==1.1.0 SpeechRecognition==3.8.1 numpy==1.19.5 -nltk==3.5 +nltk==3.6.4 pyaudio \ No newline at end of file