From 56a86f952cc0d89f17a6d9efd6b0aea99f1163d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Dec 2025 09:43:40 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-14400977 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-14400978 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-14400979 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5204985f..2a083a10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,5 @@ ffmpeg-python note_seq tensorflow>=2.0 schema -patool \ No newline at end of file +patool +tornado>=6.5.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file