From 3f830a8214fc90d9f5d9bafbf6f5a8a450f804e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 13:20:09 +0000 Subject: [PATCH] chore(deps): Bump fastapi from 0.121.0 to 0.121.2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.121.0 to 0.121.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.121.0...0.121.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.121.2 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 8b0f008..f5858e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ pymongo==4.15.3 hysteria2-api==0.1.3 # Web panel (FastAPI stack) -fastapi==0.121.0 +fastapi==0.121.2 Jinja2==3.1.6 python-multipart==0.0.20 hypercorn==0.17.3