diff --git a/homeassistant/components/sensor/lastfm.py b/homeassistant/components/sensor/lastfm.py index 5d660f20217..5da512b205d 100644 --- a/homeassistant/components/sensor/lastfm.py +++ b/homeassistant/components/sensor/lastfm.py @@ -13,7 +13,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.const import CONF_API_KEY import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['pylast==1.6.0'] +REQUIREMENTS = ['pylast==1.7.0'] CONF_USERS = 'users' diff --git a/requirements_all.txt b/requirements_all.txt index ca9f9f422a7..3bea17fbead 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -431,7 +431,7 @@ pyicloud==0.9.1 pyiss==1.0.1 # homeassistant.components.sensor.lastfm -pylast==1.6.0 +pylast==1.7.0 # homeassistant.components.litejet pylitejet==0.1