Skip to content

Commit 1b511c9

Browse files
authored
Update django-allauth to 65.15.1 (#6482)
Update django-allauth from 65.15.0 to 65.15.1
1 parent 5838bb9 commit 1b511c9

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
@@ -32,7 +32,7 @@ uvicorn-worker==0.4.0 # https://github.com/Kludex/uvicorn-worker
3232
django==6.0.3 # pyup: < 6.1 # https://www.djangoproject.com/
3333
django-environ==0.13.0 # https://github.com/joke2k/django-environ
3434
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
35-
django-allauth[mfa]==65.15.0 # https://github.com/pennersr/django-allauth
35+
django-allauth[mfa]==65.15.1 # https://github.com/pennersr/django-allauth
3636
django-crispy-forms==2.6 # https://github.com/django-crispy-forms/django-crispy-forms
3737
crispy-bootstrap5==2026.3 # https://github.com/django-crispy-forms/crispy-bootstrap5
3838
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}

0 commit comments

Comments
 (0)