Upgrade astral to 1.5 (#12042)
This commit is contained in:
parent
5609b42863
commit
10263230f7
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ aiohttp==2.3.7
|
||||||
yarl==0.18.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.5
|
||||||
certifi>=2017.4.17
|
certifi>=2017.4.17
|
||||||
|
|
||||||
# Breaks Python 3.6 and is not needed for our supported Pythons
|
# Breaks Python 3.6 and is not needed for our supported Pythons
|
||||||
|
|
|
@ -10,7 +10,7 @@ aiohttp==2.3.7
|
||||||
yarl==0.18.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.5
|
||||||
certifi>=2017.4.17
|
certifi>=2017.4.17
|
||||||
|
|
||||||
# homeassistant.components.nuimo_controller
|
# homeassistant.components.nuimo_controller
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -57,7 +57,7 @@ REQUIRES = [
|
||||||
'yarl==0.18.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.5',
|
||||||
'certifi>=2017.4.17',
|
'certifi>=2017.4.17',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue