From aba551fbd2f7c5ff61b7cab13fc26164e8317675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 19:45:21 +0000 Subject: [PATCH] Bump spotipy from 2.4.4 to 2.22.1 in /app Bumps [spotipy](https://github.com/plamere/spotipy) from 2.4.4 to 2.22.1. - [Release notes](https://github.com/plamere/spotipy/releases) - [Changelog](https://github.com/spotipy-dev/spotipy/blob/master/CHANGELOG.md) - [Commits](https://github.com/plamere/spotipy/commits/2.22.1) --- updated-dependencies: - dependency-name: spotipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index b95f416..ea8f9c2 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -7,6 +7,6 @@ oauthlib==2.1.0 python-Levenshtein==0.12.0 requests==2.18.4 six==1.11.0 -spotipy==2.4.4 +spotipy==2.22.1 tqdm==4.23.4 urllib3==1.26.5