From 9ed7797329b266b7b18db1b4470bd3c46cd7915d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 19:26:43 +0000 Subject: [PATCH] build(deps): bump uvicorn from 0.11.5 to 0.11.7 in /note-backend Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.5 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.11.5...0.11.7) Signed-off-by: dependabot[bot] --- note-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note-backend/requirements.txt b/note-backend/requirements.txt index d4cefb3..a1a60f6 100644 --- a/note-backend/requirements.txt +++ b/note-backend/requirements.txt @@ -13,7 +13,7 @@ pytz==2020.1 schedule==0.6.0 six==1.15.0 starlette==0.13.2 -uvicorn==0.11.5 +uvicorn==0.11.7 virtualenv==16.3.0 virtualenvwrapper-win==1.2.5 websockets==8.1