Skip to content

Commit

Permalink
chore(deps): bump mistune from 0.7.1 to 0.8.1
Browse files Browse the repository at this point in the history
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](lepture/mistune@v0.7.1...v0.8.1)

---
updated-dependencies:
- dependency-name: mistune
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2021
1 parent be5b8fa commit 99d7132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
])

0 comments on commit 99d7132

Please sign in to comment.