Upgrade yarl to 0.17.0 (#11478)

This commit is contained in:
Fabian Affolter 2018-01-06 09:42:09 +01:00 committed by GitHub
parent ff9688bb7a
commit f6307a1523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ jinja2>=2.9.6
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.3.7
yarl==0.16.0
yarl==0.17.0
async_timeout==2.0.0
chardet==3.0.4
astral==1.4

View File

@ -7,7 +7,7 @@ jinja2>=2.9.6
voluptuous==0.10.5
typing>=3,<4
aiohttp==2.3.7
yarl==0.16.0
yarl==0.17.0
async_timeout==2.0.0
chardet==3.0.4
astral==1.4

View File

@ -54,7 +54,7 @@ REQUIRES = [
'voluptuous==0.10.5',
'typing>=3,<4',
'aiohttp==2.3.7', # If updated, check if yarl also needs an update!
'yarl==0.16.0',
'yarl==0.17.0',
'async_timeout==2.0.0',
'chardet==3.0.4',
'astral==1.4',