From 0229e5aebf0a5df11e34929b1ed3ea49851b86a5 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 16 May 2023 14:57:34 +0200 Subject: [PATCH] Bump social-auth deps --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5469c9f4..52ea8b59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,8 +32,8 @@ install_requires = Pillow==9.4.0 psycopg2==2.9.5 requests==2.28.2 - social-auth-core==4.3.0 - social-auth-app-django==5.0.0 + social-auth-core==4.4.2 + social-auth-app-django==5.2.0 [options.extras_require] dev =