From cd14ac6bc4c1e5e7f23a803ccc560493decca25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 15 Sep 2021 18:42:59 +0200 Subject: [PATCH] upgrade social-auth packages to fix GitHub OAuth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/arachnys/cabot/issues/698 Signed-off-by: Jakub SokoĊ‚owski --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index dca9d9905..082caec49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,8 +56,8 @@ requests-oauthlib==1.2.0 rjsmin==1.0.12 s3transfer==0.1.13 six==1.10.0 -social-auth-app-django==1.1.0 -social-auth-core==3.0.0 +social-auth-app-django==4.0.0 +social-auth-core==3.4.0 twilio==5.7.0 uritemplate==3.0.0 urllib3==1.24.1