From 8bff73f5b6c96d8cea32f8a80f153b33e4feecb4 Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Tue, 27 Feb 2024 08:50:12 -0400 Subject: [PATCH] chore: update Django constraint to match latest LTS version --- edx_lint/files/common_constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edx_lint/files/common_constraints.txt b/edx_lint/files/common_constraints.txt index 15aafb2..96cc5db 100644 --- a/edx_lint/files/common_constraints.txt +++ b/edx_lint/files/common_constraints.txt @@ -13,7 +13,7 @@ # using LTS django version -Django<4.0 +Django<5.0 # elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process. # elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html