Upgrade astral to 1.10.1 (#21474)

This commit is contained in:
Fabian Affolter 2019-02-27 18:37:51 +05:30 committed by Pascal Vizeli
parent 0b68da2f88
commit 27e6c6665f
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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