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
This commit is contained in:
manchandavishal 2023-12-20 20:19:08 +05:30
parent b6efc819aa
commit 67bd2cb1ca

View File

@ -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