From 819916097284fe600f2735bbfec700cce77334bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 03:05:41 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.11.7 to 0.18.1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.7 to 0.18.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.11.7...0.18.1) --- 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..4e2932f 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.18.1 starlette==0.13.8 Jinja2==2.11.2 python-multipart==0.0.5 \ No newline at end of file