From ffc121411e725a22870065712aa3e7c8cbfccd81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 17:11:38 +0000 Subject: [PATCH] Bump social-auth-app-django in /mediator/requirements Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 4.0.0 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/4.0.0...5.6.0) --- updated-dependencies: - dependency-name: social-auth-app-django dependency-version: 5.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mediator/requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediator/requirements/prod.txt b/mediator/requirements/prod.txt index 645a43e..438e199 100644 --- a/mediator/requirements/prod.txt +++ b/mediator/requirements/prod.txt @@ -33,7 +33,7 @@ django-auto-prefetching==0.1.10 # Social login social-auth-core==4.1.0 -social-auth-app-django==4.0.0 +social-auth-app-django==5.6.0 # Developer Tools ipython==7.24.0