diff --git a/homeassistant/components/spotify/manifest.json b/homeassistant/components/spotify/manifest.json index 4a4a904fe9e..402083aa25d 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.18.0"], + "requirements": ["spotipy==2.19.0"], "zeroconf": ["_spotify-connect._tcp.local."], "dependencies": ["http"], "codeowners": ["@frenck"], diff --git a/requirements_all.txt b/requirements_all.txt index fd852a308bf..7b80cc3150e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2211,7 +2211,7 @@ speedtest-cli==2.1.3 spiderpy==1.6.1 # homeassistant.components.spotify -spotipy==2.18.0 +spotipy==2.19.0 # homeassistant.components.recorder # homeassistant.components.sql diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 57056e3f709..4336c51cc2f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1299,7 +1299,7 @@ speedtest-cli==2.1.3 spiderpy==1.6.1 # homeassistant.components.spotify -spotipy==2.18.0 +spotipy==2.19.0 # homeassistant.components.recorder # homeassistant.components.sql