From 78c776da5cf0751de0f21ac7e41d6d0362ddcabb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:30:07 +0000 Subject: [PATCH] fix(deps): bump fastapi from 0.128.0 to 0.128.8 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.0 to 0.128.8. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.128.0...0.128.8) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.8 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 dad2af1..fda9fbb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.128.0 +fastapi==0.128.8 uvicorn==0.39.0 python-dotenv==1.2.1 httpx==0.28.1