Skip to content

Commit cbbd6e5

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.12.1) --- updated-dependencies: - dependency-name: elasticsearch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95304aa commit cbbd6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ chardet==4.0.0
2222
# TODO: We may drop 'django-imagekit' completely.
2323
django-imagekit==4.0.2
2424
django-haystack==3.2.1
25-
elasticsearch>=7,<8
25+
elasticsearch>=7,<9
2626
# TODO: 0.14.0 only supports Django 1.8 and 1.11.
2727
django-tastypie==0.14.3
2828

0 commit comments

Comments
 (0)