From 67bd2cb1ca331ee0ee893d8b0d3eedef519fe66a Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Wed, 20 Dec 2023 20:19:08 +0530 Subject: [PATCH] Bump Django version to Current LTS Version This patch update Django version to the current LTS version i.e. 4.2 in global-requirements.txt as Django 3.2 is going to end its extended support by April 2024[1]. horizon and all its plugins already support Django 4.2 version, So let's make this the default version. Also, I will update the Django version in ``upper-constraints.txt' in a separate patch because if I update the Django version in upper-constraints.txt in the same patch requirements check-uc job starts failing. [1] https://www.djangoproject.com/download/ Change-Id: I0e0dfc3ef4fd0e6ff1064944aeb9128a607050e9 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 9273f87de4..6479c7aa41 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -40,7 +40,7 @@ dib-utils # Apache-2.0 directord # Apache-2.0 diskimage-builder!=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0 distro # Apache-2.0 -Django<3.3 # BSD +Django<4.3 # BSD django-compressor # MIT django-debreach # BSD django-formtools # BSD