From e47830f0724619de7791f674a0b5dd90da2d6a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:06:42 +0000 Subject: [PATCH] Update social-auth-core requirement from >=3.3.0 to >=4.9.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...4.9.1) --- updated-dependencies: - dependency-name: social-auth-core dependency-version: 4.9.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 9c569ba..dbff7b6 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.9.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