From 3c1dc38c2080db5da3b04bfa30bb59cd7f9e6214 Mon Sep 17 00:00:00 2001 From: Christian Roth Date: Sun, 17 Aug 2025 12:36:38 +0200 Subject: [PATCH] chore: support docutils 0.22 --- .github/workflows/tests.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a49f4c4b..d9850b0c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,7 +73,7 @@ jobs: strategy: fail-fast: false matrix: - docutils-version: ["0.19", "0.20", "0.21"] + docutils-version: ["0.19", "0.20", "0.21", "0.22"] steps: - name: Checkout source 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",