From db546189ce1d2a345f4399367ced6ecdd538be5d Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Tue, 9 May 2023 21:00:04 +0100 Subject: [PATCH] Support Docutils 0.20 (#11411) --- CHANGES | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 6cc80e91e9e..631ec3b7b00 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,10 @@ Release 7.0.1 (in development) Dependencies ------------ +* #11411: Support `Docutils 0.20`_. Patch by Adam Turner. + +.. _Docutils 0.20: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04 + Incompatible changes -------------------- diff --git a/pyproject.toml b/pyproject.toml index 424af4938f7..7b48d4efea9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ "sphinxcontrib-qthelp", "Jinja2>=3.0", "Pygments>=2.13", - "docutils>=0.18.1,<0.20", + "docutils>=0.18.1,<0.21", "snowballstemmer>=2.0", "babel>=2.9", "alabaster>=0.7,<0.8",