Skip to content

Commit a71daa4

Browse files
Update mistune requirement from 0.8.4 to 3.1.1
Updates the requirements on [mistune](https://github.com/lepture/mistune) to permit the latest version. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst) - [Commits](lepture/mistune@v0.8.4...v3.1.1) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 165b533 commit a71daa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ nbsphinx = { version = "*", optional = true }
4949
recommonmark = { version = "*", optional = true }
5050
graphviz = { version = "*", optional = true }
5151
m2r = { version = "*", optional = true }
52-
mistune = { version = "0.8.4", optional = true }
52+
mistune = { version = "3.1.1", optional = true }
5353
urllib3 = { version = "2.2.2", optional = true }
5454
lxml_html_clean = { version = "*", optional = true }
5555

0 commit comments

Comments
 (0)