From 88a283181918ddb73dea53e3e6ad25503ed79d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 09:05:39 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.128.0 to 0.128.6 in /forge-cascade-v2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.0 to 0.128.6. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.0...0.128.6) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- forge-cascade-v2/requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-cascade-v2/requirements-base.txt b/forge-cascade-v2/requirements-base.txt index 084a37c..c1fce2b 100644 --- a/forge-cascade-v2/requirements-base.txt +++ b/forge-cascade-v2/requirements-base.txt @@ -5,7 +5,7 @@ # to prevent supply chain attacks and ensure reproducible builds. # Web Framework -fastapi==0.128.0 # Updated for starlette CVE-2025-62727 compatibility +fastapi==0.128.7 # Updated for starlette CVE-2025-62727 compatibility uvicorn[standard]==0.34.0 python-multipart==0.0.22 # CVE-2026-24486 websockets==16.0