From 54251b206603a875870a883ec3c8c3a8553ace2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 17:12:08 +0000 Subject: [PATCH] chore(deps): update dependency social-auth-core to v5.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c59ae245..ecd336e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [dependency-groups] docs = [ "furo==2025.12.19", - "social-auth-core[all]==5.0.2", + "social-auth-core[all]==5.1.0", "sphinx==9.1.0" ]