From baceac7f8d9ee38cb5d6cde96714aff6df7cf3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 22:22:04 +0000 Subject: [PATCH] Bump spotipy from 2.4.4 to 2.22.1 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] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 172fa66..fbdfcc8 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] praw = "==6.0.0" -spotipy = "==2.4.4" +spotipy = "==2.22.1" configparser = "==3.5.0" cutie = "==0.2.2" crontab = "*"