From 76841733a1b8c3509c2967f51db4e532a3ae12ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 12:07:04 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.2 in /Playlist Exchange Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Playlist Exchange/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Playlist Exchange/requirements.txt b/Playlist Exchange/requirements.txt index ffef94ae..74cc39c6 100644 --- a/Playlist Exchange/requirements.txt +++ b/Playlist Exchange/requirements.txt @@ -1,5 +1,5 @@ fuzzywuzzy==0.18.0 pandas==2.1.3 -Requests==2.31.0 +Requests==2.32.2 spotipy==2.23.0 ytmusicapi==1.3.2