mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Upgrade yarl to 0.18.0 (#11609)
This commit is contained in:
parent
be31a860d1
commit
b854cdb95b
@ -6,7 +6,7 @@ jinja2>=2.9.6
|
|||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.3.7
|
aiohttp==2.3.7
|
||||||
yarl==0.17.0
|
yarl==0.18.0
|
||||||
async_timeout==2.0.0
|
async_timeout==2.0.0
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
astral==1.4
|
astral==1.4
|
||||||
|
@ -7,7 +7,7 @@ jinja2>=2.9.6
|
|||||||
voluptuous==0.10.5
|
voluptuous==0.10.5
|
||||||
typing>=3,<4
|
typing>=3,<4
|
||||||
aiohttp==2.3.7
|
aiohttp==2.3.7
|
||||||
yarl==0.17.0
|
yarl==0.18.0
|
||||||
async_timeout==2.0.0
|
async_timeout==2.0.0
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
astral==1.4
|
astral==1.4
|
||||||
|
2
setup.py
2
setup.py
@ -54,7 +54,7 @@ REQUIRES = [
|
|||||||
'voluptuous==0.10.5',
|
'voluptuous==0.10.5',
|
||||||
'typing>=3,<4',
|
'typing>=3,<4',
|
||||||
'aiohttp==2.3.7', # If updated, check if yarl also needs an update!
|
'aiohttp==2.3.7', # If updated, check if yarl also needs an update!
|
||||||
'yarl==0.17.0',
|
'yarl==0.18.0',
|
||||||
'async_timeout==2.0.0',
|
'async_timeout==2.0.0',
|
||||||
'chardet==3.0.4',
|
'chardet==3.0.4',
|
||||||
'astral==1.4',
|
'astral==1.4',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user