Skip to content

Commit

Permalink
Bump django-allauth to 65.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux committed Jan 9, 2025
1 parent 247ce82 commit c072a45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docker-app/qfieldcloud/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
"qfieldcloud.core.middleware.timezone.TimezoneMiddleware",
"qfieldcloud.core.middleware.test.TestMiddleware",
"axes.middleware.AxesMiddleware",
"allauth.account.middleware.AccountMiddleware",
]

CRON_CLASSES = [
Expand Down Expand Up @@ -359,6 +360,10 @@ def before_send(event, hint):
ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = 3
ACCOUNT_EMAIL_SUBJECT_PREFIX = ""

# Django allauth's RateLimiter configuration
# https://docs.allauth.org/en/latest/account/rate_limits.html
ACCOUNT_RATE_LIMITS = False

# Choose one of "mandatory", "optional", or "none".
# For local development and test use "optional" or "none"
ACCOUNT_EMAIL_VERIFICATION = os.environ.get("ACCOUNT_EMAIL_VERIFICATION")
Expand Down
2 changes: 1 addition & 1 deletion docker-app/requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ boto3==1.35.20
boto3-stubs==1.35.20
deprecated==1.2.14
django==4.2.16
django-allauth==0.44.0
django-allauth==65.3.1
django-auditlog==3.0.0
django-axes==5.40.1
django-bootstrap4==24.3
Expand Down
2 changes: 1 addition & 1 deletion docker-app/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ django==4.2.16
# djangorestframework
# drf-spectacular
# jsonfield
django-allauth==0.44.0
django-allauth==65.3.1
# via -r /requirements/requirements.in
django-appconf==1.0.6
# via django-cryptography
Expand Down

0 comments on commit c072a45

Please sign in to comment.