Skip to content

Commit

Permalink
Merge pull request #317 from transifex/TX-15035
Browse files Browse the repository at this point in the history
TX-15035: Bump mistune from 0.7.3 to 0.8.1
  • Loading branch information
asgouros-tx authored Oct 24, 2023
2 parents 8077790 + ca8a7ed commit 7b1ab6d
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
@@ -1,6 +1,6 @@
PyYAML==5.4.1
django==1.11.29
mistune==0.7.3
mistune==0.8.1
polib==1.0.3
pyparsing==2.2.0
six
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

install_requires = [
"polib==1.0.3",
"mistune==0.7.3",
"mistune==0.8.1",
"PyYAML==5.4.1",
"pyparsing==2.2.0",
"lxml==4.6.5",
Expand Down

0 comments on commit 7b1ab6d

Please sign in to comment.