From e897483dea93a37f018d8e3263d08a6f5bb7cb78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 03:02:47 +0000 Subject: [PATCH] Update social-auth-core requirement from >=3.3.0 to >=5.0.1 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.1) --- updated-dependencies: - dependency-name: social-auth-core dependency-version: 5.0.1 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..a9474cc 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.1 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