Upgrade astral to 1.8 (#20459)

This commit is contained in:
Fabian Affolter 2019-01-26 15:54:35 +01:00 committed by Daniel Høyer Iversen
parent a0b93c2add
commit a85e018bc4
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
aiohttp==3.5.4 aiohttp==3.5.4
astral==1.7.1 astral==1.8
async_timeout==3.0.1 async_timeout==3.0.1
attrs==18.2.0 attrs==18.2.0
bcrypt==3.1.5 bcrypt==3.1.5

View file

@ -1,6 +1,6 @@
# Home Assistant core # Home Assistant core
aiohttp==3.5.4 aiohttp==3.5.4
astral==1.7.1 astral==1.8
async_timeout==3.0.1 async_timeout==3.0.1
attrs==18.2.0 attrs==18.2.0
bcrypt==3.1.5 bcrypt==3.1.5

View file

@ -33,7 +33,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*'])
REQUIRES = [ REQUIRES = [
'aiohttp==3.5.4', 'aiohttp==3.5.4',
'astral==1.7.1', 'astral==1.8',
'async_timeout==3.0.1', 'async_timeout==3.0.1',
'attrs==18.2.0', 'attrs==18.2.0',
'bcrypt==3.1.5', 'bcrypt==3.1.5',