diff --git a/homeassistant/components/spotify/manifest.json b/homeassistant/components/spotify/manifest.json index bd92217e9cf..d0d40291fff 100644 --- a/homeassistant/components/spotify/manifest.json +++ b/homeassistant/components/spotify/manifest.json @@ -2,7 +2,7 @@ "domain": "spotify", "name": "Spotify", "documentation": "https://www.home-assistant.io/integrations/spotify", - "requirements": ["spotipy==2.17.1"], + "requirements": ["spotipy==2.18.0"], "zeroconf": ["_spotify-connect._tcp.local."], "dependencies": ["http"], "codeowners": ["@frenck"], diff --git a/requirements_all.txt b/requirements_all.txt index 02c3393d562..e04b184b9d7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2126,7 +2126,7 @@ spiderpy==1.4.2 spotcrime==1.0.4 # homeassistant.components.spotify -spotipy==2.17.1 +spotipy==2.18.0 # homeassistant.components.recorder # homeassistant.components.sql diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 6c3c1673f90..0c2656838da 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1128,7 +1128,7 @@ speedtest-cli==2.1.3 spiderpy==1.4.2 # homeassistant.components.spotify -spotipy==2.17.1 +spotipy==2.18.0 # homeassistant.components.recorder # homeassistant.components.sql