From 8a551518e4dd7113de3df937765a95cb7b5191fb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Jan 2018 05:05:10 -0800 Subject: [PATCH 1/2] Update yarl from 1.0.0 to 1.1.0 --- requirements/ci-wheel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ci-wheel.txt b/requirements/ci-wheel.txt index 842ca4fe89c..c3747b8a7ca 100644 --- a/requirements/ci-wheel.txt +++ b/requirements/ci-wheel.txt @@ -16,7 +16,7 @@ pytest-mock==1.6.3 towncrier==17.8.0 tox==2.9.1 twine==1.9.1 -yarl==1.0.0 +yarl==1.1.0 # Using PEP 508 env markers to control dependency on runtimes: aiodns==1.1.1; platform_system!="Windows" # required c-ares will not build on windows From 8f9e9646cc9745f2737db5f39aa4c7f20067f516 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 Jan 2018 05:05:11 -0800 Subject: [PATCH 2/2] Update codecov from 2.0.13 to 2.0.14 --- requirements/ci-wheel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ci-wheel.txt b/requirements/ci-wheel.txt index c3747b8a7ca..519df1a3623 100644 --- a/requirements/ci-wheel.txt +++ b/requirements/ci-wheel.txt @@ -20,5 +20,5 @@ yarl==1.1.0 # Using PEP 508 env markers to control dependency on runtimes: aiodns==1.1.1; platform_system!="Windows" # required c-ares will not build on windows -codecov==2.0.13; platform_system!="Windows" # We only use it in Travis CI +codecov==2.0.14; platform_system!="Windows" # We only use it in Travis CI uvloop==0.9.1; python_version>="3.5" and platform_system!="Windows" # MagicStack/uvloop#14