From 4cbb53d6401d409611b84270508dbb943c81da9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:46:21 +0200 Subject: [PATCH] build(deps): bump python-fasthtml from 0.14.6 to 0.14.9 (#1178) Bumps [python-fasthtml](https://github.com/AnswerDotAI/fasthtml) from 0.14.6 to 0.14.9. - [Release notes](https://github.com/AnswerDotAI/fasthtml/releases) - [Changelog](https://github.com/AnswerDotAI/fasthtml/blob/main/CHANGELOG.md) - [Commits](https://github.com/AnswerDotAI/fasthtml/compare/0.14.6...0.14.9) --- updated-dependencies: - dependency-name: python-fasthtml dependency-version: 0.14.9 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 68c7aea6..a4248905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "fastapi[standard-no-fastapi-cloud-cli]==0.139.2", "fastapi_cli==0.0.32", "rich-toolkit==0.20.3", - "python-fasthtml==0.14.6", + "python-fasthtml==0.14.9", "MonsterUI==1.0.46", "markdown-it-py==4.2.0", "mdit-py-plugins==0.6.1",