Upgrade astral to 1.7.1

This commit is contained in:
Fabian Affolter 2018-11-01 11:26:33 +01:00
parent 19ebdf2cf1
commit caa48fab13
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
aiohttp==3.4.4
astral==1.6.1
astral==1.7.1
async_timeout==3.0.1
attrs==18.2.0
bcrypt==3.1.4

View File

@ -1,6 +1,6 @@
# Home Assistant core
aiohttp==3.4.4
astral==1.6.1
astral==1.7.1
async_timeout==3.0.1
attrs==18.2.0
bcrypt==3.1.4

View File

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