From 48fbb557dce626ff24a00fe8b36ca62418d6ff61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 07:20:04 +0000 Subject: [PATCH] fix: projects/Text_to_speech/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- projects/Text_to_speech/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/Text_to_speech/requirements.txt b/projects/Text_to_speech/requirements.txt index 08054fdda..4c47c2d50 100644 --- a/projects/Text_to_speech/requirements.txt +++ b/projects/Text_to_speech/requirements.txt @@ -1 +1,2 @@ gTTS==2.1.1 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability