Upgrade astral to 1.6.1 (#14297)

pull/14287/merge
Fabian Affolter 2018-05-05 10:45:09 +02:00 committed by Sebastian Muszynski
parent 354470469f
commit 75bf483071
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ voluptuous==0.11.1
typing>=3,<4
aiohttp==3.1.3
async_timeout==2.0.1
astral==1.6
astral==1.6.1
certifi>=2017.4.17
attrs==18.1.0

View File

@ -8,7 +8,7 @@ voluptuous==0.11.1
typing>=3,<4
aiohttp==3.1.3
async_timeout==2.0.1
astral==1.6
astral==1.6.1
certifi>=2017.4.17
attrs==18.1.0

View File

@ -51,7 +51,7 @@ REQUIRES = [
'typing>=3,<4',
'aiohttp==3.1.3',
'async_timeout==2.0.1',
'astral==1.6',
'astral==1.6.1',
'certifi>=2017.4.17',
'attrs==18.1.0',
]