From f627e2b56f8c2eba2ed841a5e2dae21cee9ddb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:46:05 +0200 Subject: [PATCH] build(deps): bump fastapi-cli from 0.0.29 to 0.0.32 (#1177) Bumps [fastapi-cli](https://github.com/fastapi/fastapi-cli) from 0.0.29 to 0.0.32. - [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.29...0.0.32) --- updated-dependencies: - dependency-name: fastapi-cli dependency-version: 0.0.32 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 6292ce49..68c7aea6 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.139.2", - "fastapi_cli==0.0.29", + "fastapi_cli==0.0.32", "rich-toolkit==0.20.3", "python-fasthtml==0.14.6", "MonsterUI==1.0.46",