From 2808b002a45cbad0836691f7a813ac65619f1fe3 Mon Sep 17 00:00:00 2001 From: Yash Agarwal <13733968+yashhere@users.noreply.github.com> Date: Tue, 12 Mar 2019 20:07:14 +0530 Subject: [PATCH] Update Pipfile --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 13ff7e0..9eb05a8 100644 --- a/Pipfile +++ b/Pipfile @@ -13,10 +13,10 @@ certifi = "==2017.4.17" chardet = "==3.0.4" idna = "==2.5" pyparsing = "==2.2.0" -requests = "==2.17.3" +requests = ">=2.20.0" six = "==1.10.0" spotipy = "==2.4.4" -urllib3 = "==1.21.1" +urllib3 = ">=1.23" eyeD3 = "==0.8" titlecase = "*"