From 71291a7c53861c4fa6b8031b0d58b4272c5280a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 16:46:21 +0000 Subject: [PATCH] Bump fastapi from 0.135.2 to 0.136.1 in /back-end Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.135.2 to 0.136.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.135.2...0.136.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- back-end/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back-end/requirements.txt b/back-end/requirements.txt index db4ee44..286d48b 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -3,7 +3,7 @@ asgiref==3.11.1 click==8.3.3 contextlib2==21.6.0 contextvars==2.4 -fastapi==0.135.2 +fastapi==0.136.1 h11==0.16.0 idna==3.13 immutables==0.21