From de8d371fe0ab3eaa247d2a2fafd80b0406a7bdfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:49:37 +0100 Subject: [PATCH] Chore(deps): Update sqlalchemy requirement in /api/app (#10) --- 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 34c71af..9e5d535 100644 --- a/api/app/requirements.txt +++ b/api/app/requirements.txt @@ -1,7 +1,7 @@ uvicorn~=0.27.1 ffmpeg-python~=0.2.0 fastapi~=0.109.2 -SQLAlchemy~=2.0.25 +SQLAlchemy~=2.0.27 pydantic~=2.6.1 cryptography~=42.0.4 pydantic-settings~=2.1.0