Skip to content

Commit

Permalink
bump docutils support
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 committed Jul 9, 2024
1 parent 84dc642 commit d764c53
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 d764c53

Please sign in to comment.