From 0c70a24c97642687638fdd427c849593983d9f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:35:24 +0000 Subject: [PATCH] dependabot(pip)(deps): bump fastapi in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) in `/backend` from 0.139.0 to 0.139.2. Updates `fastapi` from 0.139.0 to 0.139.2 - [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 update-type: version-update:semver-patch dependency-group: pip ... 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 c15c5db..62ce949 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ blinker==1.9.0 certifi==2024.8.30 click==8.4.2 exceptiongroup==1.3.1 -fastapi==0.139.0 +fastapi==0.139.2 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1