From c6a68d6ef90886106bac0428014e2071845e6c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:35:25 +0100 Subject: [PATCH] Chore(deps): Update sqlalchemy requirement in /api/app (#125) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/requirements.txt b/api/app/requirements.txt index f376c7c..0405247 100644 --- a/api/app/requirements.txt +++ b/api/app/requirements.txt @@ -1,7 +1,7 @@ uvicorn~=0.31.1 ffmpeg-python~=0.2.0 fastapi~=0.115.4 -SQLAlchemy~=2.0.32 +SQLAlchemy~=2.0.36 pydantic~=2.9.2 cryptography~=43.0.3 pydantic-settings~=2.6.0