diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 531c4c2e8a6..578cd915fcd 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,5 +1,5 @@ aiohttp==3.4.4 -astral==1.6.1 +astral==1.7.1 async_timeout==3.0.1 attrs==18.2.0 bcrypt==3.1.4 diff --git a/requirements_all.txt b/requirements_all.txt index 2cce54c5548..104179ae762 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1,6 +1,6 @@ # Home Assistant core aiohttp==3.4.4 -astral==1.6.1 +astral==1.7.1 async_timeout==3.0.1 attrs==18.2.0 bcrypt==3.1.4 diff --git a/setup.py b/setup.py index 4ade305c590..7cd551b573a 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*']) REQUIRES = [ 'aiohttp==3.4.4', - 'astral==1.6.1', + 'astral==1.7.1', 'async_timeout==3.0.1', 'attrs==18.2.0', 'bcrypt==3.1.4',