From 45812432fc38a72166e3984f8b91c21c5068b4dc Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 25 Apr 2024 09:21:24 +0200 Subject: [PATCH] chore: bump python-social-auth cf https://github.com/python-social-auth/social-app-django/issues/568 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49e545fc..ee1856df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "requests==2.31.0", "rcssmin==1.1.2", "rjsmin==1.2.2", - "social-auth-core==4.5.3", + "social-auth-core==4.5.4", "social-auth-app-django==5.4.1", ]