From 8aa875d6f9493ab73dce4893b5dc39abcb45ac64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:58:02 +0000 Subject: [PATCH] Update fastapi requirement from 0.112.2 to 0.115.4 in /backend Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.112.2...0.115.4) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index f7bd1f5..17c00bb 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -14,7 +14,7 @@ async-timeout = "4.0.3" asyncio = "3.4.3" bcrypt = "4.0.1" email-validator = "2.1.1" -fastapi = "0.112.2" +fastapi = "0.115.4" greenlet = "3.0.3" httpx = "0.27.2" loguru = "0.7.2" @@ -42,7 +42,7 @@ asyncio = "3.4.3" asyncpg = "0.29.0" bcrypt = "4.0.1" email-validator = "2.1.1" -fastapi = "0.112.2" +fastapi = "0.115.4" greenlet = "3.0.3" httpx = "0.27.2" loguru = "0.7.2"