From 49d4e5fe2f6431337b501c8c37f4e7051573011c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 5 Jun 2019 21:14:04 +0000 Subject: [PATCH] Bump uvicorn from 0.7.1 to 0.7.2 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/encode/uvicorn/releases) - [Commits](https://github.com/encode/uvicorn/compare/0.7.1...0.7.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d94395d..feff849 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # production -uvicorn==0.7.1 +uvicorn==0.7.2 kua==0.2 werkzeug==0.15.4 diff --git a/setup.py b/setup.py index dd2ecb1..a4fa97f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ PACKAGE_VERSION = '0.4.0' PACKAGE_REQUIRES = [ - 'uvicorn==0.7.1', + 'uvicorn==0.7.2', 'kua==0.2', 'werkzeug==0.15.4', ]