Chore: Manually upgrades allauth to resolve a security issue with it (#11853)

This commit is contained in:
Trenton H
2026-01-21 20:19:20 -08:00
committed by GitHub
parent 32b236cfa2
commit 213bd7e244
2 changed files with 7 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ dependencies = [
# WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes.
"django~=5.2.5",
"django-allauth[mfa,socialaccount]~=65.12.1",
"django-allauth[mfa,socialaccount]~=65.13.1",
"django-auditlog~=3.4.1",
"django-cachalot~=2.8.0",
"django-celery-results~=2.6.0",