From a10ce860a8253235676ff140daa08f2445984ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 11:13:33 +0000 Subject: [PATCH] Bump uvicorn from 0.7.0 to 0.11.7 in /examples/server/asgi (#530) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.7.0 to 0.11.7. - [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.7.0...0.11.7) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/server/asgi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/asgi/requirements.txt b/examples/server/asgi/requirements.txt index e181568..ece75ad 100644 --- a/examples/server/asgi/requirements.txt +++ b/examples/server/asgi/requirements.txt @@ -4,6 +4,6 @@ httptools==0.0.13 python-engineio python_socketio six==1.11.0 -uvicorn==0.7.0 +uvicorn==0.11.7 uvloop==0.12.2 websockets==7.0