From 78be520255481b7c64acce8943638fc5e6f51ca0 Mon Sep 17 00:00:00 2001 From: Yash Agarwal <13733968+yashhere@users.noreply.github.com> Date: Sun, 24 Nov 2019 15:00:21 +0530 Subject: [PATCH] updated urllib version --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9eb05a8..820fbf2 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ pyparsing = "==2.2.0" requests = ">=2.20.0" six = "==1.10.0" spotipy = "==2.4.4" -urllib3 = ">=1.23" +urllib3 = ">=1.24.2" eyeD3 = "==0.8" titlecase = "*"