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.15.1)

---
updated-dependencies:
- dependency-name: elasticsearch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 306a73d commit a2dc8a5
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 @@ -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

Expand Down

0 comments on commit a2dc8a5

Please sign in to comment.