Skip to content

Commit 2a489a8

Browse files
Update mistune requirement from <2.0 to <3.0 (#70)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e252fed commit 2a489a8

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
@@ -45,7 +45,7 @@ test = [
4545
docs = [
4646
"jinja2",
4747
"jupyter_server",
48-
"mistune<2.0", # https://github.com/jupyter/nbconvert/issues/1685"
48+
"mistune<3.0", # https://github.com/jupyter/nbconvert/issues/1685"
4949
"myst-parser",
5050
"nbformat",
5151
"packaging",

0 commit comments

Comments
 (0)