Skip to content

Commit 6429fab

Browse files
Update mistune requirement from <3 to <4 (#399)
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.1.0...v3.0.1) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c07a58 commit 6429fab

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
@@ -61,7 +61,7 @@ docs = [
6161
"sphinx-copybutton",
6262
"sphinxcontrib-openapi>0.8",
6363
"myst-parser",
64-
"mistune<3",
64+
"mistune<4",
6565
"jinja2<3.2.0"
6666
]
6767
openapi = [

0 commit comments

Comments
 (0)