From 546009becf5e3598d2377c3bb4b1e1dd8a8a64c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:39:58 +0000 Subject: [PATCH] Bump social-auth-core from 3.3.3 to 4.5.4 Bumps [social-auth-core](https://github.com/python-social-auth/social-core) from 3.3.3 to 4.5.4. - [Release notes](https://github.com/python-social-auth/social-core/releases) - [Changelog](https://github.com/python-social-auth/social-core/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-social-auth/social-core/compare/3.3.3...4.5.4) --- updated-dependencies: - dependency-name: social-auth-core dependency-type: direct:production update-type: version-update:semver-major ... 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 b278dd96..0ab34146 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,7 +13,7 @@ django-model-utils==4.2.0 # For authentication with OSM social-auth-app-django==4.0.0 -social-auth-core==3.3.3 +social-auth-core==4.5.4 # DRF and DRF-gis djangorestframework==3.11.2