From 2e3d841d117172983391ccf13a0eda00d7f0912e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 12:26:14 +0200 Subject: [PATCH 1/2] build(deps): bump python-fasthtml from 0.14.1 to 0.14.2 (#1087) Bumps [python-fasthtml](https://github.com/AnswerDotAI/fasthtml) from 0.14.1 to 0.14.2. - [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.1...0.14.2) --- updated-dependencies: - dependency-name: python-fasthtml dependency-version: 0.14.2 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 e08d2c6..eb6933b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "fastapi[standard-no-fastapi-cloud-cli]==0.136.3", "fastapi_cli==0.0.24", "rich-toolkit==0.19.10", - "python-fasthtml==0.14.1", + "python-fasthtml==0.14.2", "MonsterUI==1.0.45", "markdown-it-py==4.2.0", "mdit-py-plugins==0.6.1", From a946474e535fef09ccea8bd09068c2ba9d777079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 12:26:27 +0200 Subject: [PATCH 2/2] build(deps): bump platformdirs from 4.9.6 to 4.10.0 (#1086) Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.9.6 to 4.10.0. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/platformdirs/compare/4.9.6...4.10.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.10.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 eb6933b..4e784d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "requests==2.34.2", "pandas==3.0.3", "pendulum==3.2.0", - "platformdirs==4.9.6", + "platformdirs==4.10.0", "psutil==7.2.2", "pvlib==0.15.1", "pydantic==2.13.4",