We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dc642 commit 75561ebCopy full SHA for 75561eb
pyproject.toml
@@ -40,7 +40,7 @@ requires-python = ">=3.8"
40
dependencies = [
41
# Ceiled due to DeprecationWarning: The frontend.OptionParser class will be
42
# replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.
43
- "docutils>=0.19,<0.21",
+ "docutils>=0.19,<=0.21.2",
44
"restructuredtext-lint>=0.7",
45
"stevedore",
46
"tomli; python_version < '3.11'",
0 commit comments