From 7e210016de090499404fda65464f7463593ec58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:09:11 +0000 Subject: [PATCH] chore(deps): bump fastapi in /reference-apps/fastapi Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.124.0 to 0.124.4. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.124.0...0.124.4) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.124.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 bf4db19..5d2666d 100644 --- a/reference-apps/fastapi/requirements.txt +++ b/reference-apps/fastapi/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.124.0 +fastapi==0.124.4 uvicorn[standard]==0.38.0 pydantic-settings==2.12.0 slowapi==0.1.9 # Rate limiting