Skip to content

Commit 7e4c93b

Browse files
Update docutils requirement from <0.19 to <0.20 (#348)
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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de30989 commit 7e4c93b

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
@@ -52,7 +52,7 @@ Tracker = "https://github.com/jupyterlab/jupyterlab_server/issues"
5252
[project.optional-dependencies]
5353
docs = [
5454
"autodoc-traits",
55-
"docutils<0.19",
55+
"docutils<0.20",
5656
"pydata_sphinx_theme",
5757
"sphinx",
5858
"sphinx-copybutton",

0 commit comments

Comments
 (0)