diff --git a/requirements.txt b/requirements.txt index c6f6f62d..89db3630 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ PyYAML==5.4.1 django==1.11.29 -mistune==0.7.3 +mistune==0.8.1 polib==1.0.3 pyparsing==2.2.0 six diff --git a/setup.py b/setup.py index 97853101..f4383ebf 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ install_requires = [ "polib==1.0.3", - "mistune==0.7.3", + "mistune==0.8.1", "PyYAML==5.4.1", "pyparsing==2.2.0", "lxml==4.6.5",