From e24c7a8380c324a23bf26dddf3354125b58d958c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:49:52 +0000 Subject: [PATCH] chore(deps): update dependency social-auth-core to v5.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8369e73f..6e00e38d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [dependency-groups] docs = [ "furo==2025.12.19", - "social-auth-core[all]==5.0.1", + "social-auth-core[all]==5.0.2", "sphinx==9.1.0" ]