From b6f8719f50c04b057072166325fde2129c55c18d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Nov 2023 08:36:00 +0000 Subject: [PATCH] fix: examples/dev_requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5537286 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5840803 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-6041512 --- examples/dev_requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/dev_requirements.txt b/examples/dev_requirements.txt index 1c53472949d..86a273f1ab0 100644 --- a/examples/dev_requirements.txt +++ b/examples/dev_requirements.txt @@ -8,4 +8,5 @@ black-nb pypandoc # for markdown reader pypandoc_binary # pypandoc pandoc backend panflute # for pandoc filters -jinja2 # for readme generations \ No newline at end of file +jinja2 # for readme generations +tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file