From 676c94561bcb387cd7e879e8c7c974a49224e338 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 12 Mar 2018 20:28:27 +0100 Subject: [PATCH] Upgrade astral to 1.6 (#13120) --- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 44b6f04b992..c91d7c84aa9 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/requirements_all.txt b/requirements_all.txt index 065b1851e10..cae4a78e6cb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/setup.py b/setup.py index 9a1968d5444..2e44258c619 100755 --- a/setup.py +++ b/setup.py @@ -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', ]