Upgrade aiohttp to 3.0.9 (#13288)
This commit is contained in:
parent
3442b6741d
commit
8fed405da7
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ pip>=8.0.3
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
voluptuous==0.11.1
|
voluptuous==0.11.1
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==3.0.7
|
aiohttp==3.0.9
|
||||||
async_timeout==2.0.0
|
async_timeout==2.0.0
|
||||||
astral==1.6
|
astral==1.6
|
||||||
certifi>=2017.4.17
|
certifi>=2017.4.17
|
||||||
|
|
|
@ -6,7 +6,7 @@ pip>=8.0.3
|
||||||
jinja2>=2.10
|
jinja2>=2.10
|
||||||
voluptuous==0.11.1
|
voluptuous==0.11.1
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==3.0.7
|
aiohttp==3.0.9
|
||||||
async_timeout==2.0.0
|
async_timeout==2.0.0
|
||||||
astral==1.6
|
astral==1.6
|
||||||
certifi>=2017.4.17
|
certifi>=2017.4.17
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -49,7 +49,7 @@ REQUIRES = [
|
||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
'voluptuous==0.11.1',
|
'voluptuous==0.11.1',
|
||||||
'typing>=3,<4',
|
'typing>=3,<4',
|
||||||
'aiohttp==3.0.7',
|
'aiohttp==3.0.9',
|
||||||
'async_timeout==2.0.0',
|
'async_timeout==2.0.0',
|
||||||
'astral==1.6',
|
'astral==1.6',
|
||||||
'certifi>=2017.4.17',
|
'certifi>=2017.4.17',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue