From 513ef0e53dfef5deefb31018748840804349d64b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:36:58 +0100 Subject: [PATCH] build(deps): bump fastapi-cli from 0.0.23 to 0.0.24 (#909) Bumps [fastapi-cli](https://github.com/fastapi/fastapi-cli) from 0.0.23 to 0.0.24. - [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.23...0.0.24) --- updated-dependencies: - dependency-name: fastapi-cli dependency-version: 0.0.24 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 5583b9f..87da5d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "matplotlib==3.10.8", "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.132.0", - "fastapi_cli==0.0.23", + "fastapi_cli==0.0.24", "rich-toolkit==0.19.4", "python-fasthtml==0.12.47", "MonsterUI==1.0.44",