Skip to content

Commit a884715

Browse files
authored
Update django-environ from 0.11.2 to 0.12.0 (cookiecutter#5635)
1 parent d78dff4 commit a884715

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
@@ -30,7 +30,7 @@ uvicorn-worker==0.3.0 # https://github.com/Kludex/uvicorn-worker
3030
# Django
3131
# ------------------------------------------------------------------------------
3232
django==5.0.10 # pyup: < 5.1 # https://www.djangoproject.com/
33-
django-environ==0.11.2 # https://github.com/joke2k/django-environ
33+
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
3535
django-allauth[mfa]==65.3.1 # https://github.com/pennersr/django-allauth
3636
django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms

0 commit comments

Comments
 (0)