From 0cd143f6b72aa05ca34b67fce67443857cdea415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 04:31:48 +0000 Subject: [PATCH] Bump fastapi from 0.121.1 to 0.122.0 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.121.1 to 0.122.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.121.1...0.122.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.122.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5f301b47d..c491592c7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "bcrypt==5.0.0", "click==8.3.0", "databases[asyncpg]==0.9.0", - "fastapi==0.121.1", + "fastapi==0.122.0", "fastapi-sso==0.18.0", "gunicorn==23.0.0", "heliclockter==3.0.1",