Skip to content

Commit

Permalink
bump docutils support (#159)
Browse files Browse the repository at this point in the history
docutils 0.21.2 still emits deprecation warnings, but has not removed the classes
  • Loading branch information
ewdurbin authored Sep 2, 2024
1 parent 84dc642 commit 75561eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ requires-python = ">=3.8"
dependencies = [
# Ceiled due to DeprecationWarning: The frontend.OptionParser class will be
# replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.
"docutils>=0.19,<0.21",
"docutils>=0.19,<=0.21.2",
"restructuredtext-lint>=0.7",
"stevedore",
"tomli; python_version < '3.11'",
Expand Down

0 comments on commit 75561eb

Please sign in to comment.