From 02fc87225a24174162a55067ad32e501736dd836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:14:50 +0000 Subject: [PATCH] chore(deps-dev): bump fastapi from 0.138.1 to 0.139.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.138.1 to 0.139.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.1...0.139.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61b56f2..f0fad50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ riskmap-api = "ai_risk_manager.api.server:app_entry" [project.optional-dependencies] api = [ - "fastapi==0.138.1", + "fastapi==0.139.0", "pydantic==2.13.4", "uvicorn==0.49.0", ] @@ -48,7 +48,7 @@ dev = [ "ruff==0.15.20", "mypy==2.1.0", "mutmut==3.6.0", - "fastapi==0.138.1", + "fastapi==0.139.0", "httpx==0.28.1", "pydantic==2.13.4", "uvicorn==0.49.0",