Skip to content

Commit

Permalink
⬆️ Update docutils requirement from <0.21,>=0.16 to >=0.16,<0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [docutils](https://docutils.sourceforge.io) to permit the latest version.

---
updated-dependencies:
- dependency-name: docutils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 707e8a4 commit a3135ce
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 @@ -35,7 +35,7 @@ keywords = [
]
requires-python = ">=3.8"
dependencies = [
"docutils>=0.16,<0.21",
"docutils>=0.16,<0.22",
"jinja2", # required for substitutions, but let sphinx choose version
"markdown-it-py~=3.0",
"mdit-py-plugins~=0.4",
Expand Down

0 comments on commit a3135ce

Please sign in to comment.