Upgrade aiohttp to 2.0.7 (#7106)
This commit is contained in:
parent
0ca80cc27e
commit
5ffda53805
3 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,6 @@ pip>=7.1.0
|
||||||
jinja2>=2.9.5
|
jinja2>=2.9.5
|
||||||
voluptuous==0.9.3
|
voluptuous==0.9.3
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.0.5
|
aiohttp==2.0.7
|
||||||
async_timeout==1.2.0
|
async_timeout==1.2.0
|
||||||
chardet==2.3
|
chardet==2.3
|
||||||
|
|
|
@ -6,7 +6,7 @@ pip>=7.1.0
|
||||||
jinja2>=2.9.5
|
jinja2>=2.9.5
|
||||||
voluptuous==0.9.3
|
voluptuous==0.9.3
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.0.5
|
aiohttp==2.0.7
|
||||||
async_timeout==1.2.0
|
async_timeout==1.2.0
|
||||||
chardet==2.3
|
chardet==2.3
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ REQUIRES = [
|
||||||
'jinja2>=2.9.5',
|
'jinja2>=2.9.5',
|
||||||
'voluptuous==0.9.3',
|
'voluptuous==0.9.3',
|
||||||
'typing>=3,<4',
|
'typing>=3,<4',
|
||||||
'aiohttp==2.0.5',
|
'aiohttp==2.0.7',
|
||||||
'async_timeout==1.2.0',
|
'async_timeout==1.2.0',
|
||||||
'chardet==2.3'
|
'chardet==2.3'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue