From 27e6c6665f5170669d8c30d70c737478b2758c4a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Feb 2019 18:37:51 +0530 Subject: [PATCH] Upgrade astral to 1.10.1 (#21474) --- 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 8a4daa16d01..fa1fe5a959d 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,5 +1,5 @@ aiohttp==3.5.4 -astral==1.9.2 +astral==1.10.1 async_timeout==3.0.1 attrs==18.2.0 bcrypt==3.1.6 diff --git a/requirements_all.txt b/requirements_all.txt index e3e73569ca0..18b88a42d8d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1,6 +1,6 @@ # Home Assistant core aiohttp==3.5.4 -astral==1.9.2 +astral==1.10.1 async_timeout==3.0.1 attrs==18.2.0 bcrypt==3.1.6 diff --git a/setup.py b/setup.py index 5fec6ec3a09..c4c9d0e53ed 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*']) REQUIRES = [ 'aiohttp==3.5.4', - 'astral==1.9.2', + 'astral==1.10.1', 'async_timeout==3.0.1', 'attrs==18.2.0', 'bcrypt==3.1.6',