From 770bfe5ff05d354cbded7e0e699204151a9a02ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:43:31 +0100 Subject: [PATCH] Chore(deps): Update uvicorn requirement in /api/app (#6) 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.25.0...0.27.1) --- 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 372c3ff..44e18ab 100644 --- a/api/app/requirements.txt +++ b/api/app/requirements.txt @@ -1,4 +1,4 @@ -uvicorn~=0.25.0 +uvicorn~=0.27.1 ffmpeg-python~=0.2.0 fastapi~=0.108.0 SQLAlchemy~=2.0.25