mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Upgrade aiohttp to 2.2.4
This commit is contained in:
parent
ccf0559059
commit
7c92f7e1ad
@ -5,7 +5,7 @@ pip>=8.0.3
|
|||||||
jinja2>=2.9.5
|
jinja2>=2.9.5
|
||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.2.3
|
aiohttp==2.2.4
|
||||||
async_timeout==1.2.1
|
async_timeout==1.2.1
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
astral==1.4
|
astral==1.4
|
||||||
|
@ -6,7 +6,7 @@ pip>=8.0.3
|
|||||||
jinja2>=2.9.5
|
jinja2>=2.9.5
|
||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.2.3
|
aiohttp==2.2.4
|
||||||
async_timeout==1.2.1
|
async_timeout==1.2.1
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
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.2.3',
|
'aiohttp==2.2.4',
|
||||||
'async_timeout==1.2.1',
|
'async_timeout==1.2.1',
|
||||||
'chardet==3.0.4',
|
'chardet==3.0.4',
|
||||||
'astral==1.4',
|
'astral==1.4',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user