Update aiohttp 2.3.10 / yarl 1.1.0 (#12244)

* Update aiohttp 2.3.10 / yarl 1.1.0

* Update setup.py

* Update package_constraints.txt

* Update google.py

* Update static.py
This commit is contained in:
Pascal Vizeli 2018-02-09 05:57:05 +01:00 committed by Paulus Schoutsen
parent 18d027a10d
commit e4874fd7c7
5 changed files with 9 additions and 9 deletions

View file

@ -55,8 +55,8 @@ REQUIRES = [
'jinja2>=2.10',
'voluptuous==0.10.5',
'typing>=3,<4',
'aiohttp==2.3.7', # If updated, check if yarl also needs an update!
'yarl==0.18.0',
'aiohttp==2.3.10', # If updated, check if yarl also needs an update!
'yarl==1.1.0',
'async_timeout==2.0.0',
'chardet==3.0.4',
'astral==1.5',