From d8401d54dc79e65d4dc5e2313cf5c1a2060522c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 18:17:44 +0000 Subject: [PATCH] chore: bump social-auth-core from 4.5.6 to 4.6.1 Bumps [social-auth-core](https://github.com/python-social-auth/social-core) from 4.5.6 to 4.6.1. - [Release notes](https://github.com/python-social-auth/social-core/releases) - [Changelog](https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-social-auth/social-core/compare/4.5.6...4.6.1) --- updated-dependencies: - dependency-name: social-auth-core dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afdba2bc..e99683c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "requests==2.32.3", "rcssmin==1.2.1", "rjsmin==1.2.4", - "social-auth-core==4.5.6", + "social-auth-core==4.6.1", "social-auth-app-django==5.4.3", ]