Skip to content

Commit

Permalink
Bump docutils from 0.17.1 to 0.21.1
Browse files Browse the repository at this point in the history
Bumps [docutils](https://docutils.sourceforge.io) from 0.17.1 to 0.21.1.

---
updated-dependencies:
- dependency-name: docutils
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 05e568b commit 4ea322d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def package_files(prefix: str, directory: str, extension: str):
'pre-commit>=3.4.0,<4',
# embedding md in rst require docutils>=0.17. See
# https://myst-parser.readthedocs.io/en/latest/sphinx/use.html?highlight=parser#include-markdown-files-into-an-rst-file
'docutils==0.17.1',
'docutils==0.21.1',
'sphinx_markdown_tables==0.0.17',
'sphinx-argparse==0.4.0',
'sphinxcontrib.katex==0.9.6',
Expand Down

0 comments on commit 4ea322d

Please sign in to comment.