From e4b52b6fa0c36796c7748ec83c5f5663f1f46cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:11:09 +0000 Subject: [PATCH] deps(deps): bump fastapi from 0.116.1 to 0.137.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.116.1 to 0.137.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.116.1...0.137.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.137.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c404be..60a6c32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -fastapi==0.116.1 +fastapi==0.137.0 uvicorn==0.35.0 httpx==0.28.1