Upgrade astral to 1.5 (#12042)

This commit is contained in:
Fabian Affolter 2018-01-30 01:08:01 +01:00 committed by Paulus Schoutsen
parent 5609b42863
commit 10263230f7
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ aiohttp==2.3.7
yarl==0.18.0
async_timeout==2.0.0
chardet==3.0.4
astral==1.4
astral==1.5
certifi>=2017.4.17
# Breaks Python 3.6 and is not needed for our supported Pythons

View file

@ -10,7 +10,7 @@ aiohttp==2.3.7
yarl==0.18.0
async_timeout==2.0.0
chardet==3.0.4
astral==1.4
astral==1.5
certifi>=2017.4.17
# homeassistant.components.nuimo_controller

View file

@ -57,7 +57,7 @@ REQUIRES = [
'yarl==0.18.0',
'async_timeout==2.0.0',
'chardet==3.0.4',
'astral==1.4',
'astral==1.5',
'certifi>=2017.4.17',
]