From 843f01c1b7e4454714d628ca1ac220f49ff18ae1 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Wed, 10 Jan 2024 19:10:05 +0530 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf812c64d0..0aa9b8db53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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)