From 4d26448ed96e588d27418e0d89f52719e0256806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:09:38 +0000 Subject: [PATCH] deps(deps): bump fastapi from 0.110.1 to 0.141.1 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.110.1 to 0.141.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.110.1...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 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 9950da5..26c1a60 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.141.1", "uvicorn[standard]==0.29.0", "torch==2.3.0", "torchvision==0.18.0",