From 330056fcc9df3ab44afdda20c274b390d3607784 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 18:09:09 +0000 Subject: [PATCH] [Security] Bump uvicorn from 0.11.3 to 0.11.7 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.3 to 0.11.7. **This update includes security fixes.** - [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.3...0.11.7) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7fa4e18..80f809e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,6 +27,6 @@ six==1.14.0 SQLAlchemy==1.3.16 starlette==0.13.3 ujson==2.0.3 -uvicorn==0.11.3 +uvicorn==0.11.7 websockets==8.1 wrapt==1.12.1