From c30b5ffa2727c96b7dc098d6b4b74516ec56cd9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:04:53 +0000 Subject: [PATCH] chore(deps): update fastapi requirement in /backend Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.139.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 30e5437b..b317d6f1 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -5,7 +5,7 @@ description = "Cliff - Self-hosted cybersecurity remediation copilot" requires-python = ">=3.11" license = "AGPL-3.0-only" dependencies = [ - "fastapi>=0.115.0", + "fastapi>=0.139.2", "uvicorn[standard]>=0.34.0", "httpx>=0.28.0", "urllib3>=2.5.0",