Skip to content

Commit 0eed38e

Browse files
committed
Unpin mistune so deps are strictly satisfiable.
1 parent d603a47 commit 0eed38e

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
@@ -151,7 +151,7 @@ dev = [
151151
"ipython",
152152
"ldap3",
153153
"matplotlib",
154-
"mistune <2.0.0", # temporary while sphinx sorts this out,
154+
"mistune", # temporary while sphinx sorts this out,
155155
"myst-parser",
156156
"numpydoc",
157157
"pre-commit",

0 commit comments

Comments
 (0)