Skip to content

Commit

Permalink
Update elasticsearch requirement from <8,>=7 to >=7,<9
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent 95304aa commit cbbd6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ chardet==4.0.0
# TODO: We may drop 'django-imagekit' completely.
django-imagekit==4.0.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.3

Expand Down

0 comments on commit cbbd6e5

Please sign in to comment.