From 633c1408fbc293e8846e7da02e03970d0fbf2279 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 15 Jan 2017 18:37:17 +0100 Subject: [PATCH] Upgrade pylast to 1.7.0 (#5344) --- homeassistant/components/sensor/lastfm.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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