From 082f5aab793930ca046b85fbe1fb932c47a03f33 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 25 Aug 2023 14:56:19 -0700 Subject: [PATCH] requirements.txt: upgrade Django 3.2 -> 4.2 Update to 4.2 LTS release https://docs.djangoproject.com/en/4.2/releases/4.2/ https://docs.djangoproject.com/en/4.1/releases/4.1/ https://docs.djangoproject.com/en/4.0/releases/4.0/ Signed-off-by: Tim Orling --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18835b7..072c2f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.10.0 billiard==3.6.4.0 celery==5.2.3 confusable-homoglyphs==3.2.0 -Django>=3.2,<3.3 +Django>=4.2,<4.3 django-appconf==1.0.5 django-axes==5.31.0 django-bootstrap-pagination==1.7.1