From 88c70e541851d3216c52df3c3cfae1cb758ea36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:34:18 +0100 Subject: [PATCH] Chore(deps): Update fastapi requirement in /api/app (#121) 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.1...0.115.4) --- updated-dependencies: - dependency-name: fastapi 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 2ad2658..b7537eb 100644 --- a/api/app/requirements.txt +++ b/api/app/requirements.txt @@ -1,6 +1,6 @@ uvicorn~=0.31.1 ffmpeg-python~=0.2.0 -fastapi~=0.112.1 +fastapi~=0.115.4 SQLAlchemy~=2.0.32 pydantic~=2.8.2 cryptography~=43.0.1