From 975c8f32c313843a878383834b93bc57f6b21d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:17:38 +0000 Subject: [PATCH] chore(deps): Bump fastapi from 0.127.1 to 0.128.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.127.1 to 0.128.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.127.1...0.128.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a8c8732..3db72f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ pymongo==4.15.5 hysteria2-api==0.1.3 # Web panel (FastAPI stack) -fastapi==0.127.1 +fastapi==0.128.0 Jinja2==3.1.6 python-multipart==0.0.21 hypercorn==0.18.0