Skip to content

Commit db37d3f

Browse files
authored
Fix the range for docutils dependency (#80)
1 parent ab49715 commit db37d3f

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
@@ -26,7 +26,7 @@ dynamic = ["version", "description"]
2626
requires-python = ">=3.8"
2727
dependencies = [
2828
"mistune >=3.0,<4.0",
29-
"docutils >=0.16,<1.0",
29+
"docutils >=0.19,<1.0",
3030
"pygments >= 2.8",
3131
"sphinx >= 6",
3232
]

0 commit comments

Comments
 (0)