From 31beba6ca811ea36d471e524f524bd1dc28a58d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 06:03:05 +0000 Subject: [PATCH] build(deps): update django requirement from <6.0 to <7.0 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/1.0...6.0.4) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common_constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 72cc4cc8..77533610 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -12,7 +12,7 @@ # this file from Github directly. It does not require packaging in edx-lint. # using LTS django version -Django<6.0 +Django<7.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