Skip to content

Commit bb33d89

Browse files
authored
Update django-allauth to 65.16.0 (#6504)
Update django-allauth from 65.15.1 to 65.16.0
1 parent ae770a0 commit bb33d89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.project_slug}}/requirements

{{cookiecutter.project_slug}}/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ uvicorn-worker==0.4.0 # https://github.com/Kludex/uvicorn-worker
2525
django==6.0.4 # pyup: < 6.1 # https://www.djangoproject.com/
2626
django-environ==0.13.0 # https://github.com/joke2k/django-environ
2727
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
28-
django-allauth[mfa]==65.15.1 # https://github.com/pennersr/django-allauth
28+
django-allauth[mfa]==65.16.0 # https://github.com/pennersr/django-allauth
2929
django-crispy-forms==2.6 # https://github.com/django-crispy-forms/django-crispy-forms
3030
crispy-bootstrap5==2026.3 # https://github.com/django-crispy-forms/crispy-bootstrap5
3131
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}

0 commit comments

Comments
 (0)