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

This commit is contained in:
Renovate Bot
2026-04-01 17:02:29 +00:00
parent d8fec0e5d7
commit 2b03518291
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.3",
"uvicorn[standard]==0.42.0",
"pydantic==2.12.5",
"pydantic-settings==2.13.1",