From 7b9d640047eda2d716aee9a221be89afb0e68fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:14:31 +0000 Subject: [PATCH] chore(deps-dev): bump fastapi[standard] from 0.121.1 to 0.125.0 Bumps [fastapi[standard]](https://github.com/fastapi/fastapi) from 0.121.1 to 0.125.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.121.1...0.125.0) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.125.0 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 2268eef..8daa38a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ Changelog = "https://linkd.readthedocs.io/en/latest/changelog.html" [dependency-groups] extensions = [ - "fastapi[standard]==0.121.1", + "fastapi[standard]==0.125.0", "redis==7.0.1", "quart==0.20.0", "sanic==25.3.0"