From 5ca6466b58a0a53499de6d8207a596b56c96f202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:03:14 +0000 Subject: [PATCH] Bump fastapi from 0.116.1 to 0.118.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.116.1 to 0.118.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.116.1...0.118.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.118.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 84e98e44..5526e517 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ numpy==2.2.4 scikit-learn==1.6.1 scipy>=0.19.1 uvicorn==0.35.0 -fastapi==0.116.1 +fastapi==0.118.0 requests==2.32.5 websockets==15.0.1 pydantic==2.11.7