From 7463b5c3e59673fd31ffb484dc87239b72fa4a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 18:02:30 +0200 Subject: [PATCH] Chore(deps): Update uvicorn requirement in /api/app (#34) Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.27.1...0.29.0) --- updated-dependencies: - dependency-name: uvicorn 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 a3261f4..42456b0 100644 --- a/api/app/requirements.txt +++ b/api/app/requirements.txt @@ -1,4 +1,4 @@ -uvicorn~=0.27.1 +uvicorn~=0.29.0 ffmpeg-python~=0.2.0 fastapi~=0.110.0 SQLAlchemy~=2.0.29