Skip to content

Commit 9065e54

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] <[email protected]>
1 parent 0cda690 commit 9065e54

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
@@ -33,7 +33,7 @@ keywords = [
3333
]
3434
requires-python = ">=3.11"
3535
dependencies = [
36-
"docutils>=0.20,<0.22",
36+
"docutils>=0.20,<0.23",
3737
"jinja2", # required for substitutions, but let sphinx choose version
3838
"markdown-it-py~=4.0",
3939
"mdit-py-plugins~=0.5",

0 commit comments

Comments
 (0)