Skip to content

Commit a9a15e7

Browse files
authored
Merge pull request #8 from KeepSafe/dependabot/pip/mistune-2.0.3
Bump mistune from 0.8.1 to 2.0.3
2 parents 12e7782 + bb88b2c commit a9a15e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)