From 93623edfa5dbaff1662585510cabdcf980b8ae3f Mon Sep 17 00:00:00 2001 From: Dmitry Mikhin Date: Wed, 21 Apr 2021 06:30:30 +0000 Subject: [PATCH] DOCS-1226: update pygments version to 2.7.4 with fix in SMLLexer https://github.com/pygments/pygments/issues/1625 --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 14700a61d..2fdc84ab8 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,4 +1,4 @@ mkdocs-material~=4.4.0 mkdocs~=1.0.4 pymdown-extensions~=6.0 -pygments~=2.3.1 +pygments~=2.7.4