From c5eac8a8a91fdbef3e948564b07c9f52272e54e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:49:50 +0000 Subject: [PATCH] chore: bump social-auth-core from 4.5.4 to 4.5.6 Bumps [social-auth-core](https://github.com/python-social-auth/social-core) from 4.5.4 to 4.5.6. - [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.4...4.5.6) --- updated-dependencies: - dependency-name: social-auth-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28ca72dc..d37228f9 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.4", + "social-auth-core==4.5.6", "social-auth-app-django==5.4.2", ]