Skip to content

Commit 487729c

Browse files
Update docutils requirement from <0.19 to <0.20 (#1120)
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 ed99ddc commit 487729c

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
@@ -72,7 +72,7 @@ lint = [
7272
docs = [
7373
# needed because m2r uses deprecated APIs
7474
# m2r is depended on by sphinxcontrib-openapi
75-
"docutils<0.19",
75+
"docutils<0.20",
7676
"ipykernel",
7777
"jinja2",
7878
"jupyter_client",

0 commit comments

Comments
 (0)