From 5886a883b70c1137c4f1c722247f0988da4cf00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:28:14 +0000 Subject: [PATCH] build(deps): update elasticsearch requirement from <7.14.0 to <9.2.0 Updates the requirements on [elasticsearch](https://github.com/elastic/elasticsearch-py) to permit the latest version. - [Release notes](https://github.com/elastic/elasticsearch-py/releases) - [Commits](https://github.com/elastic/elasticsearch-py/compare/0.4.1...v9.1.3) --- updated-dependencies: - dependency-name: elasticsearch dependency-version: 9.1.3 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..0868f538 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -17,4 +17,4 @@ Django<6.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 # See https://github.com/openedx/edx-platform/issues/35126 for more info -elasticsearch<7.14.0 +elasticsearch<9.4.0