From 69cbd8d7920ef6103cbc348a9ee00cb8a6690cae Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 16 Oct 2025 08:01:15 +0200 Subject: [PATCH] Require Docutils 0.22 for compatibility with #3510 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d0fd9b9..2763908a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ requires-python = ">=3.9,<4.0" dependencies = [ "blinker>=1.7.0", - "docutils>=0.20.1", + "docutils>=0.22.2", "feedgenerator>=2.1.0", "jinja2>=3.1.2", "ordered-set>=4.1.0",