From 8a69192a4012dbe3b7afcf6ff6df0854a6b932db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Aug 2020 21:42:37 +0000 Subject: [PATCH] fix: playground/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-40792 --- playground/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playground/requirements.txt b/playground/requirements.txt index c3171cf..3b0b05a 100644 --- a/playground/requirements.txt +++ b/playground/requirements.txt @@ -3,3 +3,5 @@ chaussette >= 1.2 gevent >= 1.0 circus >= 0.11 circus-web >= 0.5 + +tornado>=5.1.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file