Bump aiohttp to 2.1.0 (#7825)
This commit is contained in:
parent
f7e0d13fe6
commit
81b2111751
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ pip>=7.1.0
|
||||||
jinja2>=2.9.5
|
jinja2>=2.9.5
|
||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.0.7
|
aiohttp==2.1.0
|
||||||
async_timeout==1.2.1
|
async_timeout==1.2.1
|
||||||
chardet==3.0.2
|
chardet==3.0.2
|
||||||
astral==1.4
|
astral==1.4
|
||||||
|
|
|
@ -6,7 +6,7 @@ pip>=7.1.0
|
||||||
jinja2>=2.9.5
|
jinja2>=2.9.5
|
||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.0.7
|
aiohttp==2.1.0
|
||||||
async_timeout==1.2.1
|
async_timeout==1.2.1
|
||||||
chardet==3.0.2
|
chardet==3.0.2
|
||||||
astral==1.4
|
astral==1.4
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ REQUIRES = [
|
||||||
'jinja2>=2.9.5',
|
'jinja2>=2.9.5',
|
||||||
'voluptuous==0.10.5',
|
'voluptuous==0.10.5',
|
||||||
'typing>=3,<4',
|
'typing>=3,<4',
|
||||||
'aiohttp==2.0.7',
|
'aiohttp==2.1.0',
|
||||||
'async_timeout==1.2.1',
|
'async_timeout==1.2.1',
|
||||||
'chardet==3.0.2',
|
'chardet==3.0.2',
|
||||||
'astral==1.4',
|
'astral==1.4',
|
||||||
|
|
Loading…
Add table
Reference in a new issue