From 872a3565a39765eb6534573c6cb759023f9e9f13 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 14 Feb 2023 11:13:58 +0100 Subject: [PATCH] Update django from 2.2.2 to 4.1.7 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 69340ea..86968c1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ redis>=2.10.5 # https://github.com/antirez/redis # Django # ------------------------------------------------------------------------------ -django==2.2.2 # https://www.djangoproject.com/ +django==4.1.7 # https://www.djangoproject.com/ django-environ==0.4.5 # 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