Allow both Django 3.2 and 4.2 for smooth transition

This patch update django upper bound in the ``requirements.txt``
file. Once this patch got merged only then I can update upper
bound in ``upper-constraints.txt`` file in openstack/requirements
repo [1].

[1] https://review.opendev.org/c/openstack/requirements/+/904202

Change-Id: I186fd4e1cdcb7b16f6e4ec7de08bb1277aca34e3
This commit is contained in:
manchandavishal 2024-01-10 19:10:05 +05:30
parent 42915b6a78
commit 843f01c1b7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pbr>=5.5.0 # Apache-2.0
# Horizon Core Requirements
Babel>=2.6.0 # BSD
debtcollector>=1.2.0 # Apache-2.0
Django>=3.2,<3.3 # BSD
Django>=3.2,<4.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)