From 3a5b262f2d54dd7c8889115a99665208fa364314 Mon Sep 17 00:00:00 2001 From: Sathyajith Bhat Date: Tue, 19 Apr 2022 23:17:37 +0300 Subject: [PATCH] bump up spotipy (#268) --- requirements.txt | 2 +- spotify_dl/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 25c4f0a1..0e9e68c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ sentry_sdk~=1.5.0 yt-dlp>=2022.01.21 -spotipy~=2.16.0 +spotipy~=2.19.0 mutagen~=1.45.0 rich~=12.0.0 diff --git a/spotify_dl/constants.py b/spotify_dl/constants.py index 6afdf237..b6f9e278 100644 --- a/spotify_dl/constants.py +++ b/spotify_dl/constants.py @@ -3,7 +3,7 @@ __all__ = ['VERSION'] -VERSION = '8.2.0' +VERSION = '8.3.0' if os.getenv("XDG_CACHE_HOME") is not None: SAVE_PATH = os.getenv("XDG_CACHE_HOME") + "/spotifydl"