From d12659d328064e2cf2d6b3250c104e3a5ea6f875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 03:04:19 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.11.7 to 0.19.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.7 to 0.19.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.11.7...0.19.0) --- updated-dependencies: - dependency-name: uvicorn 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 39c20ce..6664616 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ audearch==0.3.2 fastapi==0.61.1 -uvicorn==0.11.7 +uvicorn==0.19.0 starlette==0.13.8 Jinja2==2.11.2 python-multipart==0.0.5 \ No newline at end of file