Upgrade astral to 1.4 (#6332)

* Upgrade astral to 1.4

* Update test for norway
This commit is contained in:
Fabian Affolter 2017-03-16 17:38:46 +01:00 committed by GitHub
parent 5714f156c3
commit c46ba3446d
4 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ from homeassistant.util import dt as dt_util
import homeassistant.helpers.config_validation as cv
import homeassistant.util as util
REQUIREMENTS = ['astral==1.3.4']
REQUIREMENTS = ['astral==1.4']
_LOGGER = logging.getLogger(__name__)