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 (#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

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