From 7f41d147bbbac8a06af160cab83403c67c10f5ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:03:47 +0000 Subject: [PATCH] Bump fastapi from 0.140.0 to 0.141.1 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.140.0 to 0.141.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.140.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 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 fc3c78a..e29fd30 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -1,6 +1,6 @@ ariadne==1.1.0 asyncpg==0.31.0 -fastapi==0.140.0 +fastapi==0.141.1 httpx==0.28.1 pydantic==2.13.4 python-multipart==0.0.32 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index faf4842..5192818 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -1,7 +1,7 @@ ariadne==1.1.0 asyncpg==0.31.0 black==26.5.1 -fastapi==0.140.0 +fastapi==0.141.1 flake8==7.3.0 httpx==0.28.1 isort==8.0.1