From 1715a2070b75d74eee4aa19a51e02963fa02ff2a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 7 Feb 2019 07:00:39 +0100 Subject: [PATCH] Upgrade astral to 1.9.2 (#20796) --- 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 b9443c287a1..1f0fb9d1a3b 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,5 +1,5 @@ aiohttp==3.5.4 -astral==1.8 +astral==1.9.2 async_timeout==3.0.1 attrs==18.2.0 bcrypt==3.1.5 diff --git a/requirements_all.txt b/requirements_all.txt index 577de8e5de8..46d71c6c4e9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1,6 +1,6 @@ # Home Assistant core aiohttp==3.5.4 -astral==1.8 +astral==1.9.2 async_timeout==3.0.1 attrs==18.2.0 bcrypt==3.1.5 diff --git a/setup.py b/setup.py index 0ceaa7d55b3..ef4c010d42f 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*']) REQUIRES = [ 'aiohttp==3.5.4', - 'astral==1.8', + 'astral==1.9.2', 'async_timeout==3.0.1', 'attrs==18.2.0', 'bcrypt==3.1.5',