From 5e417c88e25b4de44ea8bbd0e18f28baef3fc61b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:03:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86(deps):=20Bump=20social-auth-app-djang?= =?UTF-8?q?o=20from=205.2.0=20to=205.3.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.2.0 to 5.3.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.2.0...5.3.0) --- 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 e5c0d4b6..c9117e96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ django-simple-history==3.3.0 sorl-thumbnail==12.9.0 # Packages related to authentication and other "social" stuff -social-auth-app-django==5.2.0 +social-auth-app-django==5.3.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