From 980a5b6656b824171db8299ed3c6b88a428be903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 11:38:16 +0000 Subject: [PATCH] build(deps): update uvicorn requirement from ~=0.32.0 to ~=0.32.1 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.32.0...0.32.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b493c27..e5a8491 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ setuptools~=75.5.0 huggingface-hub~=0.26.2 transformers~=4.46.2 fastapi~=0.115.5 -uvicorn~=0.32.0 +uvicorn~=0.32.1