Skip to content

Commit 1b42f65

Browse files
authored
Update django-allauth to 0.62.0 (#5016)
1 parent 1111c1a commit 1b42f65

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: {{cookiecutter.project_slug}}/requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ uvicorn[standard]==0.29.0 # https://github.com/encode/uvicorn
3131
django==4.2.11 # pyup: < 5.0 # https://www.djangoproject.com/
3232
django-environ==0.11.2 # https://github.com/joke2k/django-environ
3333
django-model-utils==4.5.0 # https://github.com/jazzband/django-model-utils
34-
django-allauth[mfa]==0.61.1 # https://github.com/pennersr/django-allauth
34+
django-allauth[mfa]==0.62.0 # https://github.com/pennersr/django-allauth
3535
django-crispy-forms==2.1 # https://github.com/django-crispy-forms/django-crispy-forms
3636
crispy-bootstrap5==2024.2 # https://github.com/django-crispy-forms/crispy-bootstrap5
3737
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}

0 commit comments

Comments
 (0)