Skip to content

Commit 75561eb

Browse files
authored
bump docutils support (#159)
docutils 0.21.2 still emits deprecation warnings, but has not removed the classes
1 parent 84dc642 commit 75561eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ requires-python = ">=3.8"
4040
dependencies = [
4141
# Ceiled due to DeprecationWarning: The frontend.OptionParser class will be
4242
# replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.
43-
"docutils>=0.19,<0.21",
43+
"docutils>=0.19,<=0.21.2",
4444
"restructuredtext-lint>=0.7",
4545
"stevedore",
4646
"tomli; python_version < '3.11'",

0 commit comments

Comments
 (0)