From 281794fb1a2273ea0acd8dc7da8d4aa2dd0d2791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 04:01:37 +0000 Subject: [PATCH] Bump uvicorn from 0.11.8 to 0.12.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.8 to 0.12.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.11.8...0.12.0) Signed-off-by: dependabot[bot] --- test-requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 55410cf..0df1292 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,7 +18,6 @@ docopt==0.6.2 # via coveralls filelock==3.0.12 # via pytest-mypy h11==0.9.0 # via httpcore, uvicorn httpcore==0.11.0 # via httpx -httptools==0.1.1 # via uvicorn httpx==0.15.3 # via -r test-requirements.in idna==2.10 # via requests, rfc3986, yarl iniconfig==1.0.1 # via pytest @@ -50,7 +49,5 @@ toml==0.10.1 # via pytest typed-ast==1.4.1 # via mypy typing-extensions==3.7.4.3 # via mypy urllib3==1.25.10 # via requests -uvicorn==0.11.8 # via -r test-requirements.in -uvloop==0.14.0 # via uvicorn -websockets==8.1 # via uvicorn +uvicorn==0.12.0 # via -r test-requirements.in yarl==1.5.1 # via aiohttp