From 41582e278e0efe92838dbd241c7f41fa791292b4 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Tue, 6 Jun 2023 00:13:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20UPGRADE:=20allow=20docutil?= =?UTF-8?q?s=20v0.20.x=20(#775)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04 --- .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 2429041f..c9996eb7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,7 +69,7 @@ jobs: strategy: fail-fast: false matrix: - docutils-version: ["0.17", "0.18", "0.19"] + docutils-version: ["0.17", "0.18", "0.19", "0.20"] steps: - name: Checkout source diff --git a/pyproject.toml b/pyproject.toml index fe68e9fd..2bc231c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ keywords = [ ] requires-python = ">=3.8" dependencies = [ - "docutils>=0.15,<0.20", + "docutils>=0.16,<0.21", "jinja2", # required for substitutions, but let sphinx choose version "markdown-it-py~=3.0", "mdit-py-plugins~=0.4",