Skip to content

Commit 0ad610f

Browse files
authored
Unpin mistune (#811)
* Unpin mistune so deps are strictly satisfiable. * Drop vestigial comment
1 parent ef0e3ae commit 0ad610f

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
@@ -149,7 +149,7 @@ dev = [
149149
"ipython",
150150
"ldap3",
151151
"matplotlib",
152-
"mistune <2.0.0", # temporary while sphinx sorts this out,
152+
"mistune",
153153
"myst-parser",
154154
"numpydoc",
155155
"pre-commit",

0 commit comments

Comments
 (0)