From 5614a75b3d380b21e47e117a3e981998385b460b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:15:28 +0000 Subject: [PATCH] Bump uvicorn from 0.32.0 to 0.32.1 in /api Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.32.0 to 0.32.1. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 3e3c67e..fb36381 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -30,7 +30,7 @@ sniffio==1.3.1 starlette==0.39.2 typing_extensions==4.12.2 ujson==5.10.0 -uvicorn==0.32.0 +uvicorn==0.32.1 uvloop==0.21.0 watchfiles==0.24.0 websockets==12.0