From 3ad3240f2793b19f322a7ef892d02ef3c2ffca08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:00:21 +0000 Subject: [PATCH] build(deps): bump monsterui from 1.0.43 to 1.0.44 Bumps [monsterui](https://github.com/AnswerDotAI/MonsterUI) from 1.0.43 to 1.0.44. - [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.43...1.0.44) --- updated-dependencies: - dependency-name: monsterui dependency-version: 1.0.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c11a86..5fad707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "fastapi_cli==0.0.21", "rich-toolkit==0.19.4", "python-fasthtml==0.12.47", - "MonsterUI==1.0.43", + "MonsterUI==1.0.44", "markdown-it-py==4.0.0", "mdit-py-plugins==0.5.0", "bokeh==3.8.2",