Upgrade astral to 1.6 (#13120)

This commit is contained in:
Fabian Affolter 2018-03-12 20:28:27 +01:00 committed by Paulus Schoutsen
parent 02ad9c3574
commit 676c94561b
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ voluptuous==0.11.1
typing>=3,<4
aiohttp==3.0.7
async_timeout==2.0.0
astral==1.5
astral==1.6
certifi>=2017.4.17
attrs==17.4.0

View File

@ -8,7 +8,7 @@ voluptuous==0.11.1
typing>=3,<4
aiohttp==3.0.7
async_timeout==2.0.0
astral==1.5
astral==1.6
certifi>=2017.4.17
attrs==17.4.0

View File

@ -51,7 +51,7 @@ REQUIRES = [
'typing>=3,<4',
'aiohttp==3.0.7',
'async_timeout==2.0.0',
'astral==1.5',
'astral==1.6',
'certifi>=2017.4.17',
'attrs==17.4.0',
]