mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Upgrade aiohttp to 3.1.2 (#13732)
This commit is contained in:
parent
b0fd2342db
commit
fbb8a54c39
@ -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.1.1
|
aiohttp==3.1.2
|
||||||
async_timeout==2.0.1
|
async_timeout==2.0.1
|
||||||
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.1.1
|
aiohttp==3.1.2
|
||||||
async_timeout==2.0.1
|
async_timeout==2.0.1
|
||||||
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.1.1',
|
'aiohttp==3.1.2',
|
||||||
'async_timeout==2.0.1',
|
'async_timeout==2.0.1',
|
||||||
'astral==1.6',
|
'astral==1.6',
|
||||||
'certifi>=2017.4.17',
|
'certifi>=2017.4.17',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user