From a0270e49152df2536d1d3f9429fd082bf3046e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:58:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86(deps):=20Bump=20social-auth-app-djang?= =?UTF-8?q?o=20from=205.3.0=20to=205.4.1?= 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.3.0 to 5.4.1. - [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.3.0...5.4.1) --- updated-dependencies: - dependency-name: social-auth-app-django 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 4d4cf486..2d79a7e0 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.3.0 +social-auth-app-django==5.4.1 # 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