From 8a9b61049b26ab4fa5f4f6cd15308af7033087dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 06:30:50 +0000 Subject: [PATCH] fix: docs/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-8400708 --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 52d8ab8b..3cccfa05 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -29,4 +29,5 @@ ipython jupyter-sphinx sphinx-panels nbsphinx -sphinx-togglebutton \ No newline at end of file +sphinx-togglebutton +tornado>=6.4.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file