From 497ee45aad6176b0ff01bf7d2bffb36a85cfabfd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Mar 2026 04:00:43 +0000 Subject: [PATCH] fix(deps): update dependency fastapi to ^0.135.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae376e8..e18e8de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ qbittorrent_password = "16:hex" python = "==3.14.2" python-dotenv = "^1.0.0" requests = "^2.32.5" -fastapi = "^0.127.1" +fastapi = "^0.135.0" pydantic = "^2.12.4" uvicorn = "^0.40.0" pytest-xdist = "^3.8.0"