From 9820416912656fe03b07726f99a1265a6e8dac26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:33:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86(deps):=20Bump=20social-auth-app-djang?= =?UTF-8?q?o=20from=205.4.1=20to=205.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 5.4.1 to 5.6.0. - [Release notes](https://github.com/python-social-auth/social-app-django/releases) - [Changelog](https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-social-auth/social-app-django/compare/5.4.1...5.6.0) --- updated-dependencies: - dependency-name: social-auth-app-django dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1dc0d8e08..64eeae148 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ django-simple-history==3.5.0 sorl-thumbnail==12.10.0 # Packages related to authentication and other "social" stuff -social-auth-app-django==5.4.1 +social-auth-app-django==5.6.0 # This is already a requirement of `social-auth-app-django`, but it's listed here to provide the `openidconnect` extra # (see https://python-social-auth.readthedocs.io/en/stable/installing.html#using-the-extras-options) social-auth-core[openidconnect]==4.4.2