From 500578fccc327a17c174cec18337400538092114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:03:49 +0000 Subject: [PATCH] Bump fastapi from 0.138.0 to 0.138.1 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.138.0 to 0.138.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.0...0.138.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 8396d3b..34e4f4c 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.138.0 +fastapi==0.138.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 868b264..7b5a3cf 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.138.0 +fastapi==0.138.1 flake8==7.3.0 httpx==0.28.1 isort==8.0.1