mirror of
https://github.com/home-assistant/core.git
synced 2025-07-11 07:17:12 +00:00
Upgrade aiohttp to 2.3.7 (#11329)
This commit is contained in:
parent
6b586c268a
commit
b98e03b5bc
@ -5,7 +5,7 @@ pip>=8.0.3
|
|||||||
jinja2>=2.9.6
|
jinja2>=2.9.6
|
||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.3.6
|
aiohttp==2.3.7
|
||||||
yarl==0.16.0
|
yarl==0.16.0
|
||||||
async_timeout==2.0.0
|
async_timeout==2.0.0
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
|
@ -6,7 +6,7 @@ pip>=8.0.3
|
|||||||
jinja2>=2.9.6
|
jinja2>=2.9.6
|
||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.3.6
|
aiohttp==2.3.7
|
||||||
yarl==0.16.0
|
yarl==0.16.0
|
||||||
async_timeout==2.0.0
|
async_timeout==2.0.0
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
|
2
setup.py
2
setup.py
@ -53,7 +53,7 @@ REQUIRES = [
|
|||||||
'jinja2>=2.9.6',
|
'jinja2>=2.9.6',
|
||||||
'voluptuous==0.10.5',
|
'voluptuous==0.10.5',
|
||||||
'typing>=3,<4',
|
'typing>=3,<4',
|
||||||
'aiohttp==2.3.6', # If updated, check if yarl also needs an update!
|
'aiohttp==2.3.7', # If updated, check if yarl also needs an update!
|
||||||
'yarl==0.16.0',
|
'yarl==0.16.0',
|
||||||
'async_timeout==2.0.0',
|
'async_timeout==2.0.0',
|
||||||
'chardet==3.0.4',
|
'chardet==3.0.4',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user