Skip to content

Commit

Permalink
Update elasticsearch requirement from ~=7.0 to ~=7.17 in /frontend
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...v7.17.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 827e7db commit 5dd5738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flask~=2.0
flasgger~=0.9.7
flask_restful~=0.3.10
elasticsearch~=7.0
elasticsearch~=7.17
spacy~=2.3
requests~=2.31

0 comments on commit 5dd5738

Please sign in to comment.