From 729926206c7ec753e00f13700fa395083f6ac4de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:03:28 +0000 Subject: [PATCH] Update social-auth-core requirement from >=3.3.0 to >=4.8.6 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...4.8.6) --- updated-dependencies: - dependency-name: social-auth-core dependency-version: 4.8.6 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 9c569ba..b939271 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ social-auth-app-django -social-auth-core>=3.3.0 +social-auth-core>=4.8.6 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