Skip to content

Commit b7f9776

Browse files
⬆️ Update docutils requirement from <0.22,>=0.20 to >=0.20,<0.23
--- updated-dependencies: - dependency-name: docutils dependency-version: 0.22.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59d5384 commit b7f9776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ keywords = [
3434
]
3535
requires-python = ">=3.11"
3636
dependencies = [
37-
"docutils>=0.20,<0.22",
37+
"docutils>=0.20,<0.23",
3838
"jinja2", # required for substitutions, but let sphinx choose version
3939
"markdown-it-py~=4.0",
4040
"mdit-py-plugins~=0.5",

0 commit comments

Comments
 (0)