diff --git a/requirements.txt b/requirements.txt index 23139561..9edf4a78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -sentry_sdk~=1.5 -yt-dlp>=2022.01.21 +sentry_sdk~=1.16 +yt-dlp>=2023.3.4 spotipy~=2.21 mutagen~=1.45 rich~=12.0 diff --git a/spotify_dl/constants.py b/spotify_dl/constants.py index 82ef4cf7..0324f881 100644 --- a/spotify_dl/constants.py +++ b/spotify_dl/constants.py @@ -3,7 +3,7 @@ __all__ = ["VERSION"] -VERSION = "8.5.0" +VERSION = "8.6.0" if os.getenv("XDG_CACHE_HOME") is not None: SAVE_PATH = os.getenv("XDG_CACHE_HOME") + "/spotifydl"