From 80705638b836b99e4cb8d690900ea1cb2509a81a Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 24 Jul 2023 19:18:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20UPDATE:=20docutils=20v0.19?= =?UTF-8?q?,=20sphinx=20v6=20(#67)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0fad5e3..db5a412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ keywords = ["restructuredtext","markdown", "myst"] requires-python=">=3.7" dependencies=[ - "docutils>=0.16,<0.19", + "docutils>=0.17,<0.20", "importlib_resources~=3.1;python_version<'3.9'", "pyyaml", "markdown-it-py~=1.0", @@ -39,7 +39,7 @@ Documentation = "https://rst-to-myst.readthedocs.io" rst2myst = "rst_to_myst.cli:main" [project.optional-dependencies] -sphinx = ["sphinx>=4,<6"] +sphinx = ["sphinx>=5,<7"] test = [ "pytest~=6.0", "coverage",