From f6364d1b1abede045a7abdf34eca80e723a0f261 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Thu, 2 Oct 2025 13:14:39 +0200 Subject: [PATCH] [MAINT] allow docutils 0.22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e97dff7f..3ce19997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ keywords = [ ] requires-python = ">=3.10" dependencies = [ - "docutils>=0.19,<0.22", + "docutils>=0.19,<0.23", "jinja2", # required for substitutions, but let sphinx choose version "markdown-it-py~=3.0", "mdit-py-plugins~=0.4,>=0.4.1",