From d50abb7319efdd6143de768ba8b3cdba2ce1784e Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Tue, 31 Mar 2026 08:59:28 +0200 Subject: [PATCH] chore: Require docutils 0.22 and above --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ea92e34..cbd16ef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ requires-python = ">=3.11" dependencies = [ "blinker>=1.7.0", - "docutils>=0.20.1", + "docutils>=0.22.0", "feedgenerator>=2.1.0", "jinja2>=3.1.2", "ordered-set>=4.1.0",