From a2dc8a5ee6fa1ba770204be829ca289d626e6f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:15:06 +0000 Subject: [PATCH] Update elasticsearch requirement from <8,>=7 to >=7,<9 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/7.0.0...v8.15.1) --- updated-dependencies: - dependency-name: elasticsearch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- base-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-requirements.txt b/base-requirements.txt index d8b1295c9..2c74e825f 100644 --- a/base-requirements.txt +++ b/base-requirements.txt @@ -24,7 +24,7 @@ django-celery-beat==2.5.0 # TODO: We may drop 'django-imagekit' completely. django-imagekit==5.0 # 5.0 is first version that supports Django 4.2 django-haystack==3.2.1 -elasticsearch>=7,<8 +elasticsearch>=7,<9 # TODO: 0.14.0 only supports Django 1.8 and 1.11. django-tastypie==0.14.6 # 0.14.6 is first version that supports Django 4.2