From 8253c34d7a2e50a863bb8c1f878ac495b09db53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 02:23:53 +0000 Subject: [PATCH] Bump fastapi from 0.109.1 to 0.110.0 in /backend Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.109.1 to 0.110.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.109.1...0.110.0) --- 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 0ff8010..8f6ada3 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -1,7 +1,7 @@ ariadne==0.22 asyncio==3.4.3 asyncpg==0.29.0 -fastapi==0.109.2 +fastapi==0.110.0 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 69e4929..128456d 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -1,5 +1,5 @@ ariadne==0.21 -fastapi==0.109.1 +fastapi==0.110.0 httpx==0.26.0 psycopg2-binary==2.9.9 pydantic==2.5.3