From a461816f7d403a1cf8e4b02c8ef35ba80405ff59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 05:44:48 +0000 Subject: [PATCH] Update dependency arch/python-markdown-it-py to v4.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce725c3a56..5a5e3e36d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pydantic==2.13.4", "cryptography==49.0.0", "textual==8.2.8", - "markdown-it-py==4.0.0", + "markdown-it-py==4.2.0", "linkify-it-py==2.1.0", ]