From c6ccd0530b92bc1e88bfd388f37c5f6f8ac1389e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 07:27:15 +0100 Subject: [PATCH] build(deps): bump python-fasthtml from 0.12.50 to 0.13.0 (#972) Bumps [python-fasthtml](https://github.com/AnswerDotAI/fasthtml) from 0.12.50 to 0.13.0. - [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.12.50...0.13.0) --- updated-dependencies: - dependency-name: python-fasthtml dependency-version: 0.13.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 f3daf24..b5a71fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "fastapi[standard-no-fastapi-cloud-cli]==0.135.1", "fastapi_cli==0.0.24", "rich-toolkit==0.19.7", - "python-fasthtml==0.12.50", + "python-fasthtml==0.13.0", "MonsterUI==1.0.44", "markdown-it-py==4.0.0", "mdit-py-plugins==0.5.0",