From 1c6f22373e85318f680bb77d6cc47b41d781be4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:49:30 +0000 Subject: [PATCH] chore(deps)(deps): bump django-elasticsearch-dsl from 8.0 to 9.0 Bumps [django-elasticsearch-dsl](https://github.com/sabricot/django-elasticsearch-dsl) from 8.0 to 9.0. - [Release notes](https://github.com/sabricot/django-elasticsearch-dsl/releases) - [Changelog](https://github.com/django-es/django-elasticsearch-dsl/blob/master/HISTORY.rst) - [Commits](https://github.com/sabricot/django-elasticsearch-dsl/commits) --- updated-dependencies: - dependency-name: django-elasticsearch-dsl dependency-version: '9.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1bd919..ccbe435 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Django==5.0.4 django-choices-field==2.3.0 django-cors-headers==4.3.1 django-environ==0.9.0 -django-elasticsearch-dsl==8.0 +django-elasticsearch-dsl==9.0 django-elasticsearch-dsl-drf==0.22.5 django-nine==0.2.7 djangorestframework==3.14.0