From a3597b846f1ad42b6bafc77ece966632ec6ce82f Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Mon, 8 Dec 2025 17:26:30 +0530 Subject: [PATCH] Replace Django 6.0a1 with 6.0 in test requirements --- tests/requirements/dj60_cms50.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements/dj60_cms50.txt b/tests/requirements/dj60_cms50.txt index e8192007..996bae78 100644 --- a/tests/requirements/dj60_cms50.txt +++ b/tests/requirements/dj60_cms50.txt @@ -1,6 +1,6 @@ -r base.txt -Django>=6.0a1,<6.1 +Django>=6.0,<6.1 django-cms>=5.0,<5.1 djangocms-versioning>=2.4