1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Upgrade astral to 1.6.1 (#14297)

This commit is contained in:
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

@@ -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',
]