From 3144bfdcd8b174908573f0efaf89081378b0847e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Mar 2026 14:28:35 +0000 Subject: [PATCH] Update dependency fastapi to v0.135.1 --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index fb4e302..c478ebe 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -5,7 +5,7 @@ description = "Backend API for Another Nuzlocke Tracker" readme = "README.md" requires-python = ">=3.14" dependencies = [ - "fastapi==0.128.4", + "fastapi==0.135.1", "uvicorn[standard]==0.40.0", "pydantic==2.12.5", "pydantic-settings==2.12.0",