Skip to content

Commit dd530bf

Browse files
Update docutils requirement from <0.20,>=0.10 to >=0.21.2,<0.22
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] <[email protected]>
1 parent 865cefc commit dd530bf

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
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"colorama>=0.2.5,<0.4.7",
32-
"docutils>=0.10,<0.20",
32+
"docutils>=0.21.2,<0.22",
3333
"cryptography>=3.3.2,<40.0.2",
3434
"ruamel.yaml>=0.15.0,<=0.17.21",
3535
# ruamel.yaml only requires ruamel.yaml.clib for Python versions

0 commit comments

Comments
 (0)