From 360336b52070b551318f7e69188f72fdd07c0e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 03:02:50 +0000 Subject: [PATCH] Update social-auth-core requirement from >=3.3.0 to >=5.0.0 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.0) --- updated-dependencies: - dependency-name: social-auth-core dependency-version: 5.0.0 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..b70cb20 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.0 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