From 8a7c5b8ef289839fbf55c7612273cb8804d852da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:38:34 +0000 Subject: [PATCH] Bump fastapi from 0.109.2 to 0.115.7 in /backend Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.109.2 to 0.115.7. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.109.2...0.115.7) --- updated-dependencies: - dependency-name: fastapi 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 e913c30..91aa4a9 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -1,6 +1,6 @@ ariadne==0.22 asyncpg==0.29.0 -fastapi==0.109.2 +fastapi==0.115.7 httpx==0.26.0 pydantic==2.6.1 python-multipart==0.0.9 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index ff5b22d..b5c203b 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -1,5 +1,5 @@ ariadne==0.21 -fastapi==0.109.2 +fastapi==0.115.7 httpx==0.26.0 psycopg2-binary==2.9.9 pydantic==2.5.3