From da761fdd397d6397f12e9ab39d3e31894c9e7e65 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 11 Mar 2020 23:06:35 +0100 Subject: [PATCH] Upgrade pylast to 3.2.1 (#32700) --- 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 d00d7d352f2..681047a2431 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.2.0"], + "requirements": ["pylast==3.2.1"], "dependencies": [], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index c1ea32f0517..85f292757e6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1345,7 +1345,7 @@ pykwb==0.0.8 pylacrosse==0.4.0 # homeassistant.components.lastfm -pylast==3.2.0 +pylast==3.2.1 # homeassistant.components.launch_library pylaunches==0.2.0