Skip to content

Commit a3cf303

Browse files
Update docutils requirement from >=0.18.1 to >=0.22.4
Updates the requirements on [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) --- updated-dependencies: - dependency-name: docutils dependency-version: 0.22.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 044f66b commit a3cf303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
"ninja; sys_platform != 'win32' and platform_machine != 'arm64'",
77
# Documentation requirements (see docs/requirements.txt for details)
88
"urllib3<2",
9-
"docutils>=0.18.1",
9+
"docutils>=0.22.4",
1010
"sphinx<=7.1.2",
1111
"six",
1212
"testresources",

0 commit comments

Comments
 (0)