From 099b5dee75e50ca8ace2ede598a62472065b61a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:36:19 +0000 Subject: [PATCH] deps(deps): bump fastapi from 0.110.1 to 0.139.2 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.110.1 to 0.139.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.110.1...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2177a3..a7a9cc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "mitreattack-python==3.0.3", "stix2==3.0.1", "pydantic==2.7.4", - "fastapi==0.110.1", + "fastapi==0.139.2", "uvicorn[standard]==0.29.0", "torch==2.3.0", "torchvision==0.18.0",