From d29a562b25141a6c5d698e0b4297a84db427796e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:59:08 +0000 Subject: [PATCH] Bump fastapi from 0.116.1 to 0.120.4 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.116.1 to 0.120.4. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.116.1...0.120.4) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.120.4 dependency-type: direct:development 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 77fa8f8a3..f039aeb54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "pytest-cov==6.2.1", "hypothesis==6.140.2", "pytest-mock==3.15.1", - "fastapi==0.116.1", + "fastapi==0.121.0", "httpx==0.28.1", "kaleido==1.1.0", "pytest-random-order==1.2.0",