From 19504646d1cb6beffe1d3b09c491957de7c3e7a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:24:01 +0000 Subject: [PATCH] pip(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.118.0...0.119.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.119.0 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 479b72d..c33ad7e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Your Name "] [tool.poetry.dependencies] python = "^3.9" -fastapi = "^0.118.0" +fastapi = "^0.119.0" pydantic = "^2.10.5" google-cloud-firestore = "^2.3.4" google-cloud-functions = "^1.4.0"