From d4ffef89a0b119f88921c1cf4a9c2d7933de5eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:33:11 +0100 Subject: [PATCH] build(deps): bump fastapi[standard-no-fastapi-cloud-cli] (#923) Bumps [fastapi[standard-no-fastapi-cloud-cli]](https://github.com/fastapi/fastapi) from 0.134.0 to 0.135.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.134.0...0.135.1) --- updated-dependencies: - dependency-name: fastapi[standard-no-fastapi-cloud-cli] dependency-version: 0.135.1 dependency-type: direct:production 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 cae0e4d..58dfb38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "numpydantic==1.8.0", "matplotlib==3.10.8", "contourpy==1.3.3", - "fastapi[standard-no-fastapi-cloud-cli]==0.134.0", + "fastapi[standard-no-fastapi-cloud-cli]==0.135.1", "fastapi_cli==0.0.24", "rich-toolkit==0.19.7", "python-fasthtml==0.12.47",