From 4c1eeb9e96a43cfb2f8c0455ca67529501379d32 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 11 Jan 2019 02:43:31 +0100 Subject: [PATCH] Upgrade pylast to 3.0.0 (#19938) --- 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 d92fe8b53bf..fa69a916495 100644 --- a/homeassistant/components/sensor/lastfm.py +++ b/homeassistant/components/sensor/lastfm.py @@ -14,7 +14,7 @@ from homeassistant.const import CONF_API_KEY import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['pylast==2.4.0'] +REQUIREMENTS = ['pylast==3.0.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 28bccd62ea9..decc73ab5e2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1057,7 +1057,7 @@ pykwb==0.0.8 pylacrosse==0.3.1 # homeassistant.components.sensor.lastfm -pylast==2.4.0 +pylast==3.0.0 # homeassistant.components.sensor.launch_library pylaunches==0.2.0