From 90dfe72d310227733b0d93cfc653d071f40cc7af Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 23 Mar 2019 08:00:13 +0100 Subject: [PATCH] Upgrade pylast to 3.1.0 (#22302) --- homeassistant/components/lastfm/sensor.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/lastfm/sensor.py b/homeassistant/components/lastfm/sensor.py index bb5a09771c2..e4e28eff4f1 100644 --- a/homeassistant/components/lastfm/sensor.py +++ b/homeassistant/components/lastfm/sensor.py @@ -9,7 +9,7 @@ from homeassistant.const import CONF_API_KEY, ATTR_ATTRIBUTION import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['pylast==3.0.0'] +REQUIREMENTS = ['pylast==3.1.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 14dfb457d29..99f25919566 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1116,7 +1116,7 @@ pykwb==0.0.8 pylacrosse==0.3.1 # homeassistant.components.lastfm.sensor -pylast==3.0.0 +pylast==3.1.0 # homeassistant.components.launch_library.sensor pylaunches==0.2.0