2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-07 03:50:52 +00:00

deps(backend): bump allauth (#11030)

* bump allauth

* fix api schema generation

* bump api
This commit is contained in:
Matthias Mair
2025-12-17 00:20:58 +01:00
committed by GitHub
parent 140c65b26c
commit 8a614f4501
4 changed files with 12 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ django<6.0 # Django package
blessed # CLI for Q Monitor
cryptography>=44.0.0 # Core cryptographic functionality
django-anymail[amazon_ses,postal] # Email backend for various providers
django-allauth[mfa,socialaccount,saml,openid] # SSO for external providers via OpenID
django-allauth[mfa,socialaccount,saml,openid,headless] # SSO for external providers via OpenID
django-cleanup # Automated deletion of old / unused uploaded files
django-cors-headers # CORS headers extension for DRF
django-dbbackup>=5.0.0 # Backup / restore of database and media files