From d7e3b0863d1fad9e007af44cd378a20c37f521c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 17:14:46 -0500 Subject: [PATCH] Update docutils requirement from <0.20 to <0.21 (#1277) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f26bd50e..8c337cf49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ test = [ docs = [ # needed because m2r uses deprecated APIs # m2r is depended on by sphinxcontrib-openapi - "docutils<0.20", + "docutils<0.21", "ipykernel", "jinja2", "jupyter_client",