Skip to content

Commit

Permalink
Update spotipy to 2.22.0 (home-assistant#84244)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Dec 19, 2022
1 parent 4ad589d commit 026f660
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/spotify/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "spotify",
"name": "Spotify",
"documentation": "https://www.home-assistant.io/integrations/spotify",
"requirements": ["spotipy==2.21.0"],
"requirements": ["spotipy==2.22.0"],
"zeroconf": ["_spotify-connect._tcp.local."],
"dependencies": ["application_credentials"],
"codeowners": ["@frenck"],
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2347,7 +2347,7 @@ speedtest-cli==2.1.3
spiderpy==1.6.1

# homeassistant.components.spotify
spotipy==2.21.0
spotipy==2.22.0

# homeassistant.components.recorder
# homeassistant.components.sql
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ speedtest-cli==2.1.3
spiderpy==1.6.1

# homeassistant.components.spotify
spotipy==2.21.0
spotipy==2.22.0

# homeassistant.components.recorder
# homeassistant.components.sql
Expand Down

0 comments on commit 026f660

Please sign in to comment.