From 6683f180cdabaa0081381b542401851780f0ee23 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 30 Aug 2023 23:56:54 +0100 Subject: [PATCH] Update django-environ from 0.4.5 to 0.11.1 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 69340ea..e5ee9ad 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,7 +7,7 @@ redis>=2.10.5 # https://github.com/antirez/redis # Django # ------------------------------------------------------------------------------ django==2.2.2 # https://www.djangoproject.com/ -django-environ==0.4.5 # https://github.com/joke2k/django-environ +django-environ==0.11.1 # https://github.com/joke2k/django-environ django-model-utils==3.1.2 # https://github.com/jazzband/django-model-utils django-allauth==0.38.0 # https://github.com/pennersr/django-allauth django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-crispy-forms