From 24a6e6f22404c6f5993f5f4496b9eb6cc1d7a634 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 11 Aug 2025 14:24:51 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20markdown-it-p?= =?UTF-8?q?y=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e97dff7f..ecda7cfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,8 @@ requires-python = ">=3.10" dependencies = [ "docutils>=0.19,<0.22", "jinja2", # required for substitutions, but let sphinx choose version - "markdown-it-py~=3.0", - "mdit-py-plugins~=0.4,>=0.4.1", + "markdown-it-py~=4.0", + "mdit-py-plugins~=0.5", "pyyaml", "sphinx>=7,<9", ] From e8b7c207c724fbc860bcd8aa0c78e37128bdbb4c Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 11 Aug 2025 14:41:13 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ecda7cfe..453d492a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,6 @@ requires-python = ">=3.10" dependencies = [ "docutils>=0.19,<0.22", "jinja2", # required for substitutions, but let sphinx choose version - "markdown-it-py~=4.0", - "mdit-py-plugins~=0.5", "pyyaml", "sphinx>=7,<9", ]