From 5ca7b39539e888ec546e18799ebdd64d6967e246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 15:02:48 +0200 Subject: [PATCH] build(deps): bump fastapi-cli from 0.0.27 to 0.0.28 (#1130) Bumps [fastapi-cli](https://github.com/fastapi/fastapi-cli) from 0.0.27 to 0.0.28. - [Release notes](https://github.com/fastapi/fastapi-cli/releases) - [Changelog](https://github.com/fastapi/fastapi-cli/blob/main/release-notes.md) - [Commits](https://github.com/fastapi/fastapi-cli/compare/0.0.27...0.0.28) --- updated-dependencies: - dependency-name: fastapi-cli dependency-version: 0.0.28 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 de4c084..17720a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "matplotlib==3.11.0", "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.138.2", - "fastapi_cli==0.0.27", + "fastapi_cli==0.0.28", "rich-toolkit==0.20.1", "python-fasthtml==0.14.4", "MonsterUI==1.0.46",