From 53a42ccd5d286ce57f6d2ed01ed5c90b21ee47b6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 10 Jan 2020 16:59:40 +0100 Subject: [PATCH] Upgrade pylast to 3.2.0 (#30644) --- homeassistant/components/lastfm/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/lastfm/manifest.json b/homeassistant/components/lastfm/manifest.json index a72e8929cbc..d00d7d352f2 100644 --- a/homeassistant/components/lastfm/manifest.json +++ b/homeassistant/components/lastfm/manifest.json @@ -2,7 +2,7 @@ "domain": "lastfm", "name": "Last.fm", "documentation": "https://www.home-assistant.io/integrations/lastfm", - "requirements": ["pylast==3.1.0"], + "requirements": ["pylast==3.2.0"], "dependencies": [], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index 473c2420386..f2e7d81b7af 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1327,7 +1327,7 @@ pykwb==0.0.8 pylacrosse==0.4.0 # homeassistant.components.lastfm -pylast==3.1.0 +pylast==3.2.0 # homeassistant.components.launch_library pylaunches==0.2.0