From 89ceaa3b75ec45e184c83120cef1bb8ea8e60912 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 May 2023 17:42:50 +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-5537286 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 85cdf268b..ad4f1d267 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,4 +36,5 @@ MarkupSafe==2.0.1 # TODO: needed by some plugins: migrate simple_logger matplotlib -validators \ No newline at end of file +validators +tornado>=6.3.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file