From 211a43a7ded4a5e68283b079da22c20106d98aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:58:45 +0200 Subject: [PATCH 1/3] build(deps-dev): bump coverage from 7.14.2 to 7.14.3 (#1127) Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.2 to 7.14.3. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.2...7.14.3) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.3 dependency-type: direct:development 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 1cc2620..879e93a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dev = [ "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", "pytest-xprocess==1.0.2", - "coverage==7.14.2", + "coverage==7.14.3", ] [project.urls] From f1157c0692a1b2f8cfd3b0536873d51f225611a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:59:15 +0200 Subject: [PATCH 2/3] build(deps): bump python-fasthtml from 0.14.3 to 0.14.4 (#1126) Bumps [python-fasthtml](https://github.com/AnswerDotAI/fasthtml) from 0.14.3 to 0.14.4. - [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.3...0.14.4) --- updated-dependencies: - dependency-name: python-fasthtml dependency-version: 0.14.4 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 879e93a..6dd79ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "fastapi[standard-no-fastapi-cloud-cli]==0.138.0", "fastapi_cli==0.0.27", "rich-toolkit==0.20.1", - "python-fasthtml==0.14.3", + "python-fasthtml==0.14.4", "MonsterUI==1.0.46", "markdown-it-py==4.2.0", "mdit-py-plugins==0.6.1", From 631d428e8973d966ca960ae10075fb37629cc15b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:59:33 +0200 Subject: [PATCH 3/3] build(deps): bump fastapi from 0.138.0 to 0.138.2 (#1125) Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.138.0 to 0.138.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.0...0.138.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.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 6dd79ff..5cfe435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "numpydantic==1.10.0", "matplotlib==3.11.0", "contourpy==1.3.3", - "fastapi[standard-no-fastapi-cloud-cli]==0.138.0", + "fastapi[standard-no-fastapi-cloud-cli]==0.138.2", "fastapi_cli==0.0.27", "rich-toolkit==0.20.1", "python-fasthtml==0.14.4",