From 8806751cebd9f3cf8f46cbac902bd7f95c964caf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:04:46 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.137.2 to 0.139.2 in /autoTriage Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.137.2 to 0.139.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.137.2...0.139.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- autoTriage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoTriage/requirements.txt b/autoTriage/requirements.txt index ad55b8dc..13d6ed39 100644 --- a/autoTriage/requirements.txt +++ b/autoTriage/requirements.txt @@ -18,7 +18,7 @@ azure-functions==1.24.0 # FastAPI (local development) -fastapi==0.137.2 +fastapi==0.139.2 uvicorn==0.49.0 python-dotenv==1.2.2