From 98576c80baebc6769c003a98b013c522180edefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:29:09 +0000 Subject: [PATCH] deps-dev: bump markdown-it-py from 3.0.0 to 4.2.0 Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 3.0.0 to 4.2.0. - [Release notes](https://github.com/executablebooks/markdown-it-py/releases) - [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/markdown-it-py/compare/v3.0.0...v4.2.0) --- updated-dependencies: - dependency-name: markdown-it-py dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3d85af..48798d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -348,7 +348,7 @@ dev = [ "mypy-extensions==1.0.0", "httpx==0.27.0", "lib==4.0.0", - "markdown-it-py==3.0.0", + "markdown-it-py==4.2.0", "requests==2.32.3", "redis>=5.0.7", "PyJWT",