From b6d8fe25a14bb5e765b210aff65ea446ff32ad1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:39:28 +1000 Subject: [PATCH] Update dependency arch/python-markdown-it-py to v4.2.0 (#4644) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce725c3a..5a5e3e36 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", ]