From 6ebf2165657549fab70c42408c8f88b3f68902af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:50:46 +0000 Subject: [PATCH] Bump fastapi from 0.115.8 to 0.136.3 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.8 to 0.136.3. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.8...0.136.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-docker.txt | 2 +- backend/src/requirements_docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-docker.txt b/backend/requirements-docker.txt index 330c561..a44bcf9 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -1,6 +1,6 @@ ariadne==0.22 asyncpg==0.30.0 -fastapi==0.115.8 +fastapi==0.136.3 httpx==0.27.0 pydantic==2.10.6 python-multipart==0.0.20 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 6daec34..23c151b 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -1,7 +1,7 @@ ariadne==0.22 asyncpg==0.30.0 black==23.10.1 -fastapi==0.115.8 +fastapi==0.136.3 flake8==6.1.0 httpx==0.27.0 isort==5.13.2