From eb453a89932ab7b7f75cd5ecec20685c5b4d61af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 23:36:06 +0000 Subject: [PATCH] Bump fastapi from 0.115.12 to 0.135.1 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.12 to 0.135.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.12...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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index dafd2e5..ad6ecb8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,3 +1,3 @@ uvicorn==0.34.2 -fastapi==0.115.12 +fastapi==0.135.1 pydantic==2.11.4