From d1a2fb0e5e19f6ddd80fa475c31fc0d38d26bdb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:25:29 +0000 Subject: [PATCH] chore(deps): bump mistune from 0.7.1 to 2.0.3 Bumps [mistune](https://github.com/lepture/mistune) from 0.7.1 to 2.0.3. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v0.7.1...v2.0.3) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 760a66f..772e62b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ gunicorn==20.1.0 jieba==0.38 Jinja2==3.0.1 marshmallow==2.16.3 -mistune==0.7.1 +mistune==2.0.3 nose==1.3.7 pypinyin==0.16.1 python-dateutil==2.6.0 diff --git a/setup.py b/setup.py index 5db7201..f141a53 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'Flask-Alembic==2.0.1', 'Flask-SQLAlchemy==2.5.1', 'Flask-Themes2==1.0.0', 'SQLAlchemy-Utils==0.37.8', 'gevent==21.8.0', 'gunicorn==20.1.0', 'jieba==0.38', 'Jinja2==3.0.1', - 'marshmallow==2.16.3', 'mistune==0.7.1', 'nose==1.3.7', + 'marshmallow==2.16.3', 'mistune==2.0.3', 'nose==1.3.7', 'pypinyin==0.16.1', 'python-dateutil==2.6.0', 'simplejson==3.10.0', 'Unidecode==0.4.20', 'feedwerk==1.0.0','raven==6.10.0' ])