From 5bebcda6bb6d3abf5c772cd828d37888e22421d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:55:54 +0000 Subject: [PATCH] deps(backend): bump fastapi from 0.109.2 to 0.135.1 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.109.2 to 0.135.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.109.2...0.135.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-ci.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-ci.txt b/backend/requirements-ci.txt index 21b5eb6..d7a000a 100644 --- a/backend/requirements-ci.txt +++ b/backend/requirements-ci.txt @@ -2,7 +2,7 @@ # Excludes heavy dependencies that need special installation (freqtrade, torch) # FastAPI and server -fastapi==0.109.2 +fastapi==0.135.1 uvicorn[standard]==0.27.1 python-multipart==0.0.9 diff --git a/backend/requirements.txt b/backend/requirements.txt index 46120a3..f61840f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ # FastAPI and server -fastapi==0.109.2 +fastapi==0.135.1 uvicorn[standard]==0.27.1 python-multipart==0.0.9