From 2a24c6c7893ed4eb3c19608ddad5ec675190444a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:32:57 +0000 Subject: [PATCH] Bump social-auth-app-django from 5.1.0 to 5.4.2 Bumps [social-auth-app-django](https://github.com/python-social-auth/social-app-django) from 5.1.0 to 5.4.2. - [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.1.0...5.4.2) --- updated-dependencies: - dependency-name: social-auth-app-django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1b04bc61..64cc26a3 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -12,7 +12,7 @@ django-braces==1.14.0 django-model-utils==4.2.0 # For authentication with OSM -social-auth-app-django==5.1.0 +social-auth-app-django==5.4.2 social-auth-core==4.5.3 # DRF and DRF-gis