From ca8a7edc3b4671e3dfd1ae788cf674b080f9f6a0 Mon Sep 17 00:00:00 2001 From: Andreas Sgouros Date: Tue, 24 Oct 2023 11:36:00 +0300 Subject: [PATCH] Bumps [mistune](https://github.com/lepture/mistune) from 0.7.3 to 0.8.1 - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst) - [Commits](lepture/mistune@v0.7.3...v0.8.1) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",