From 4273f7c61a47ef98b0efd77eaa9a37320bc861be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:02:42 +0000 Subject: [PATCH] Update social-auth-core requirement from >=3.3.0 to >=5.0.2 Updates the requirements on [social-auth-core](https://github.com/python-social-auth/social-core) to permit the latest version. - [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.0...5.0.2) --- updated-dependencies: - dependency-name: social-auth-core dependency-version: 5.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d7170b3..c501761 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ social-auth-app-django -social-auth-core>=3.3.0 +social-auth-core>=5.0.2 kiwitcms-tenants certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability cryptography>=46.0.5 # not directly required, pinned by Snyk to avoid a vulnerability