From 99d7132ab9cb28170399f894448cf927d65186b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 14:07:42 +0000 Subject: [PATCH] chore(deps): bump mistune from 0.7.1 to 0.8.1 Bumps [mistune](https://github.com/lepture/mistune) from 0.7.1 to 0.8.1. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/v0.8.1/CHANGES.rst) - [Commits](https://github.com/lepture/mistune/compare/v0.7.1...v0.8.1) --- 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..66da20f 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==0.8.1 nose==1.3.7 pypinyin==0.16.1 python-dateutil==2.6.0 diff --git a/setup.py b/setup.py index 5db7201..84cd083 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==0.8.1', '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' ])