From 7fcde981d033992f908634e1fdfc6e7ecaabcc79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:02:37 +0200 Subject: [PATCH] build(deps): bump mdit-py-plugins from 0.6.0 to 0.6.1 (#1066) Bumps [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) from 0.6.0 to 0.6.1. - [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.6.0...v0.6.1) --- updated-dependencies: - dependency-name: mdit-py-plugins dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d93d27b..93118e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "python-fasthtml==0.14.1", "MonsterUI==1.0.45", "markdown-it-py==4.2.0", - "mdit-py-plugins==0.6.0", + "mdit-py-plugins==0.6.1", "bokeh==3.9.0", "uvicorn==0.47.0", "scipy==1.17.1",