From 41513482fe8687bc820321ec0fdeb2278c20a9da Mon Sep 17 00:00:00 2001 From: tesobe-daniel Date: Fri, 11 Nov 2022 22:54:49 +0100 Subject: [PATCH] Update requirements.txt Bumped a few libs which are known to work for quite some time. With the old versions, we get SSL errors in some circumstances. --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3c787ae..bde0e22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ #Django==1.11.7 -Django==2.0.7 -oauthlib==2.0.0 -requests==2.11.1 -requests-oauthlib==0.6.2 +Django==2.2.13 +oauthlib==3.2.0 +requests==2.27.1 +requests-oauthlib==1.3.1 PyJWT==1.5.3 gunicorn==19.6.0 matplotlib