From cc4a51f421f391557a72c6c9b837cb2292a2f6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:18:29 +0200 Subject: [PATCH] build(deps): bump mdit-py-plugins from 0.5.0 to 0.6.0 (#1052) Bumps [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases) - [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/mdit-py-plugins/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: mdit-py-plugins dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15009e1..c63c5e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "python-fasthtml==0.13.4", "MonsterUI==1.0.45", "markdown-it-py==4.1.0", - "mdit-py-plugins==0.5.0", + "mdit-py-plugins==0.6.0", "bokeh==3.9.0", "uvicorn==0.46.0", "scipy==1.17.1",