From 424cb082e97d006e9d1130af294caa2189128c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:52:44 +0000 Subject: [PATCH] Update fastapi requirement from >=0.139.0 to >=0.139.2 in /backend/app 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.139.0...0.139.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/requirements.txt b/backend/app/requirements.txt index 22b9b9b7..056b045e 100644 --- a/backend/app/requirements.txt +++ b/backend/app/requirements.txt @@ -1,5 +1,5 @@ uvicorn[standard] -fastapi>=0.139.0 +fastapi>=0.139.2 python-multipart pyjwt[crypto] bcrypt