From 43ed2af74a6100f24988b1fa91078ae68d210fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:52:31 +0000 Subject: [PATCH] Update fastapi requirement from >=0.139.2 to >=0.140.0 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.2...0.140.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.0 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 056b045e..f05be469 100644 --- a/backend/app/requirements.txt +++ b/backend/app/requirements.txt @@ -1,5 +1,5 @@ uvicorn[standard] -fastapi>=0.139.2 +fastapi>=0.140.0 python-multipart pyjwt[crypto] bcrypt