From c5ff3df52aa51cf3de4db7c98f656d19dd9886e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 03:05:31 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.11.7 to 0.17.0.post1 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.7 to 0.17.0.post1. - [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.17.0.post1) --- 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..fbf0c8f 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.17.0.post1 starlette==0.13.8 Jinja2==2.11.2 python-multipart==0.0.5 \ No newline at end of file