Skip to content

Commit d0ca2f6

Browse files
committed
Update django-allauth from 65.5.0 to 65.6.0
1 parent 8459a36 commit d0ca2f6

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_slug}}/requirements

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ uvicorn-worker==0.3.0 # https://github.com/Kludex/uvicorn-worker
3232
django==5.0.13 # pyup: < 5.1 # https://www.djangoproject.com/
3333
django-environ==0.12.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.5.0 # https://github.com/pennersr/django-allauth
35+
django-allauth[mfa]==65.6.0 # https://github.com/pennersr/django-allauth
3636
django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms
3737
crispy-bootstrap5==2024.10 # https://github.com/django-crispy-forms/crispy-bootstrap5
3838
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}

0 commit comments

Comments
 (0)