From 12542c1ad8c4d43895da4fecce743181df338a52 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 7 Feb 2024 14:05:07 +0100 Subject: [PATCH] chore: bump social-auth-app-django==5.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30ffc7c1..80fe52f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "rcssmin==1.1.2", "rjsmin==1.2.2", "social-auth-core==4.5.2", - "social-auth-app-django==5.2.0", + "social-auth-app-django==5.4.0", ] [project.optional-dependencies]