chore(deps): update dependency fastapi to v0.135.2
All checks were successful
CI / backend-tests (pull_request) Successful in 31s
CI / frontend-tests (pull_request) Successful in 28s

This commit is contained in:
Renovate Bot
2026-03-23 15:02:48 +00:00
parent d8fec0e5d7
commit ae3e10ee97
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ description = "Backend API for Another Nuzlocke Tracker"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi==0.135.1",
"fastapi==0.135.2",
"uvicorn[standard]==0.42.0",
"pydantic==2.12.5",
"pydantic-settings==2.13.1",