Upgrade astral to 1.9.2 (#20796)

This commit is contained in:
Fabian Affolter 2019-02-07 07:00:39 +01:00 committed by Paulus Schoutsen
parent ff84c01d41
commit 1715a2070b
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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