From 653eb5fe4b2f9c390878b20ca9dc0b0298b1dc97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:59:11 +0200 Subject: [PATCH] Chore(deps): Update sqlalchemy requirement in /api/app (#33) --- 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 b1a321e..a3261f4 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.110.0 -SQLAlchemy~=2.0.27 +SQLAlchemy~=2.0.29 pydantic~=2.6.4 cryptography~=42.0.5 pydantic-settings~=2.2.1