From 9a1270918a2c9572aaed6c9cb6381c7549babd65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 17:31:17 +0100 Subject: [PATCH 1/2] build(deps): bump python-fasthtml from 0.13.1 to 0.13.2 (#986) Bumps [python-fasthtml](https://github.com/AnswerDotAI/fasthtml) from 0.13.1 to 0.13.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.13.1...0.13.2) --- updated-dependencies: - dependency-name: python-fasthtml dependency-version: 0.13.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 bfe88b5..38aa43a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "fastapi[standard-no-fastapi-cloud-cli]==0.135.2", "fastapi_cli==0.0.24", "rich-toolkit==0.19.7", - "python-fasthtml==0.13.1", + "python-fasthtml==0.13.2", "MonsterUI==1.0.45", "markdown-it-py==4.0.0", "mdit-py-plugins==0.5.0", From f011f21f7dc9fe68aaf0eed365c391d30d4c037f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 17:31:25 +0100 Subject: [PATCH 2/2] build(deps-dev): bump types-requests (#987) Bumps [types-requests](https://github.com/python/typeshed) from 2.32.4.20260324 to 2.33.0.20260327. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260327 dependency-type: direct:development 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 38aa43a..7a6de6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ # !!! Sync .pre-commit-config.yaml with these dependencies !!! "pre-commit==4.5.1", "mypy==1.19.1", - "types-requests==2.32.4.20260324", # for mypy + "types-requests==2.33.0.20260327", # for mypy "pandas-stubs==3.0.0.260204", # for mypy "tokenize-rt==6.2.0", # for mypy "types-docutils==0.22.3.20260322", # for mypy