From 4de634e5aa81ca0064bccbaf26a0ee59272f02e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 16:21:50 +0100 Subject: [PATCH] Bump uvicorn from 0.9.1 to 0.10.0 (#36) Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.9.1 to 0.10.0. - [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.9.1...0.10.0) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index fee13a4..7f2ef59 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -55,8 +55,8 @@ termcolor==1.1.0 # via pytest-sugar typed-ast==1.4.0 # via mypy typing-extensions==3.7.4 # via mypy urllib3==1.25.3 # via requests -uvicorn==0.9.1 -uvloop==0.12.2 # via uvicorn +uvicorn==0.10.0 +uvloop==0.14.0rc2 # via uvicorn wcwidth==0.1.7 # via pytest websockets==8.0.2 # via uvicorn yarl==1.3.0 # via aiohttp