From 05d207e6f551eaf28539fc033cf0db429342e320 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Jul 2022 03:43:13 +0000 Subject: [PATCH] fix: doc/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-MISTUNE-2940625 --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 2151ac15524..03fcef48905 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -7,5 +7,5 @@ sphinx_rtd_theme==1.0.0 sphinxcontrib-httpdomain==1.8.0 sphinxcontrib-openapi==0.7.0 configobj==5.0.6 -mistune==0.8.4 # sphinxcontrib-openapi==0.7.0 cannot work with the latest mistune version (2.0.0) +mistune==2.0.3 # sphinxcontrib-openapi==0.7.0 cannot work with the latest mistune version (2.0.0) MarkupSafe==2.0.1 # used by jinja2; 2.1.0 version removes soft_unicode and breaks jinja2-2.11.3