From a85e018bc44874f4b22f5ca7dc151b32a4175428 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 26 Jan 2019 15:54:35 +0100 Subject: [PATCH] Upgrade astral to 1.8 (#20459) --- 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 06577be4763..b9443c287a1 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,5 +1,5 @@ aiohttp==3.5.4 -astral==1.7.1 +astral==1.8 async_timeout==3.0.1 attrs==18.2.0 bcrypt==3.1.5 diff --git a/requirements_all.txt b/requirements_all.txt index 52ff7a3563a..83a72aebb33 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1,6 +1,6 @@ # Home Assistant core aiohttp==3.5.4 -astral==1.7.1 +astral==1.8 async_timeout==3.0.1 attrs==18.2.0 bcrypt==3.1.5 diff --git a/setup.py b/setup.py index d8c2c57b3d3..0ceaa7d55b3 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*']) REQUIRES = [ 'aiohttp==3.5.4', - 'astral==1.7.1', + 'astral==1.8', 'async_timeout==3.0.1', 'attrs==18.2.0', 'bcrypt==3.1.5',