From 92621a799220c7c35c3da55561f07c0dca0016d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:45:15 +0000 Subject: [PATCH] chore(deps)(deps): bump fastapi from 0.128.0 to 0.128.5 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.0 to 0.128.5. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.0...0.128.5) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68036c6c0..33c9b93d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # StillMe - Self-Evolving AI System Requirements # Core Framework -fastapi==0.128.0 +fastapi==0.128.5 uvicorn[standard]==0.40.0 streamlit==1.52.2