Skip to content

Commit a2dc8a5

Browse files
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](elastic/elasticsearch-py@7.0.0...v8.15.1) --- updated-dependencies: - dependency-name: elasticsearch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 306a73d commit a2dc8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ django-celery-beat==2.5.0
2424
# TODO: We may drop 'django-imagekit' completely.
2525
django-imagekit==5.0 # 5.0 is first version that supports Django 4.2
2626
django-haystack==3.2.1
27-
elasticsearch>=7,<8
27+
elasticsearch>=7,<9
2828
# TODO: 0.14.0 only supports Django 1.8 and 1.11.
2929
django-tastypie==0.14.6 # 0.14.6 is first version that supports Django 4.2
3030

0 commit comments

Comments
 (0)