From 2dc53939a0d7f6e8e897cc3467773b94fd340a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:49:26 +0000 Subject: [PATCH] Bump social-auth-app-django from 3.1.0 to 5.4.1 Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 3.1.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/3.1.0...5.4.1) --- updated-dependencies: - dependency-name: social-auth-app-django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7f375e..a84cf81 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def get_package_data(package): ], install_requires=[ # Auth - "social-auth-app-django==3.1.0", + "social-auth-app-django==5.4.1", "social-auth-core==3.2.0", "requests-oauthlib==1.3.0", "oauthlib==3.1.0",