From eb601808f5a6c2d759acce0334794847adc2a8ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 19:45:23 +0000 Subject: [PATCH] Bump requests from 2.18.4 to 2.20.0 in /app Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. - [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.18.4...v2.20.0) --- updated-dependencies: - dependency-name: requests 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..4663068 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,7 +5,7 @@ fuzzywuzzy==0.16.0 idna==2.6 oauthlib==2.1.0 python-Levenshtein==0.12.0 -requests==2.18.4 +requests==2.20.0 six==1.11.0 spotipy==2.4.4 tqdm==4.23.4