From 93bad2021b9fb829922be373db1b671645295368 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 26 Jan 2018 00:02:39 +0100 Subject: [PATCH] Scheduled weekly dependency update for week 03 (#2681) * Update yarl from 1.0.0 to 1.1.0 * Update codecov from 2.0.13 to 2.0.14 --- requirements/ci-wheel.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/ci-wheel.txt b/requirements/ci-wheel.txt index 842ca4fe89c..519df1a3623 100644 --- a/requirements/ci-wheel.txt +++ b/requirements/ci-wheel.txt @@ -16,9 +16,9 @@ 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 -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