Skip to content

Commit bb88b2c

Browse files
Bump mistune from 0.8.1 to 2.0.3
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.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](lepture/mistune@v0.8.1...v2.0.3) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83ea2b8 commit bb88b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mistune==0.8.1
1+
mistune==2.0.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(f):
1010

1111

1212
install_requires = [
13-
'mistune <= 1',
13+
'mistune < 3',
1414
]
1515

1616
tests_require = [

0 commit comments

Comments
 (0)