Skip to content

Commit a3ce79d

Browse files
build(deps): update docutils requirement from <0.22 to <0.23 (#1997)
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' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 951c6d0 commit a3ce79d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ docs = [
8181
"sphinx>=3.0.0,!=3.5.0",
8282
"sphinxemoji>=0.1.8",
8383
"sphinx-copybutton>=0.3.1",
84-
"docutils<0.22",
84+
"docutils<0.23",
8585
"recommonmark>=0.7.1",
8686
"sphinx-markdown-tables>=0.0.15",
8787
"sphinx-tabs>=3.3.0",
@@ -110,7 +110,7 @@ dev = [
110110
"sphinx>=3.0.0,!=3.5.0",
111111
"sphinxemoji>=0.1.8",
112112
"sphinx-copybutton>=0.3.1",
113-
"docutils<0.22",
113+
"docutils<0.23",
114114
"recommonmark>=0.7.1",
115115
"sphinx-markdown-tables>=0.0.15",
116116
"sphinx-tabs>=3.3.0",

0 commit comments

Comments
 (0)