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