From 64928db49e27865b9bce3f24f448c36a2f39a15f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:08:07 +0100 Subject: [PATCH] build(deps): bump monsterui from 1.0.44 to 1.0.45 (#976) Bumps [monsterui](https://github.com/AnswerDotAI/MonsterUI) from 1.0.44 to 1.0.45. - [Release notes](https://github.com/AnswerDotAI/MonsterUI/releases) - [Changelog](https://github.com/AnswerDotAI/MonsterUI/blob/main/CHANGELOG.bak) - [Commits](https://github.com/AnswerDotAI/MonsterUI/compare/1.0.44...1.0.45) --- updated-dependencies: - dependency-name: monsterui dependency-version: 1.0.45 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 8e6a72c..bfe88b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "fastapi_cli==0.0.24", "rich-toolkit==0.19.7", "python-fasthtml==0.13.1", - "MonsterUI==1.0.44", + "MonsterUI==1.0.45", "markdown-it-py==4.0.0", "mdit-py-plugins==0.5.0", "bokeh==3.9.0",