From 65b89111811308361141085ebd2f8569e20da93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 06:58:45 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.19.0 to 0.21.0 Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.19.0 to 0.21.0. - [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.19.0...0.21.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 088d79d..63168b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ PyYAML==6.0 humanize==4.4.0 ## needed for the timer # for the ui -uvicorn[standard]==0.19.0 +uvicorn[standard]==0.21.0 fastapi==0.86.0 aiofiles==0.8.0 python-multipart==0.0.5