From 6442262d1af24d349f118d5fb6577648b4848f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:20:35 +0000 Subject: [PATCH] chore(deps): bump fastapi in /reference-apps/fastapi Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.0 to 0.129.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.0...0.129.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.129.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- reference-apps/fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/fastapi/requirements.txt b/reference-apps/fastapi/requirements.txt index 233fae3..cf08252 100644 --- a/reference-apps/fastapi/requirements.txt +++ b/reference-apps/fastapi/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.128.0 +fastapi==0.129.0 uvicorn[standard]==0.40.0 pydantic-settings==2.12.0 slowapi==0.1.9 # Rate limiting