summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2021-11-13 01:57:23 +0530
committerVishal Manchanda <manchandavishal143@gmail.com>2022-01-05 19:26:56 +0000
commit8918bf751def72c2cf4fa5975645bc0ae54edb70 (patch)
tree517abe5066d1fbc2c55fbb0c753b762b965df771 /requirements.txt
parent12bb9fe5184c9dd3329ba17b3d03c90887dbcc3d (diff)
downloadhorizon-8918bf751def72c2cf4fa5975645bc0ae54edb70.tar.gz
Drop Django 2.2 support
Django 2.2 support was dropped. Django 2.2 ends its extended support in April 2022[1]. Considering this, horizon dropped Django 2.2 support and use Django 3.2 as default version of Django. It also updates the python version from py38 to py39 for "horizon-non-primary-django-jobs" and "horizon-tox-python3-django" project template because py36 and py39 are now runtime for the Yoga cycle[2]. So I have updated it to py39. [1] https://www.djangoproject.com/download/ [2] https://review.opendev.org/c/openstack/governance/+/820195 Change-Id: I8886f12f7e51b721ac5123070086d5dcfefe4e72
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index b04b6011d..151359316 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ pbr>=5.5.0 # Apache-2.0
# Horizon Core Requirements
Babel>=2.6.0 # BSD
debtcollector>=1.2.0 # Apache-2.0
-Django>=2.2,<3.3 # BSD
+Django>=3.2,<3.3 # BSD
django-compressor>=2.4.1 # MIT
django-debreach>=1.4.2 # BSD License (2 clause)
django-pyscss>=2.0.2 # BSD License (2 clause)