As part of the production upgrade to Elasticsearch 7, we need to ensure that Toolhub is compatible.
We will need to upgrade these python libraries to 7.x versions:
- elasticsearch-dsl (currently pinned as ">=6.0.0,<7.0.0")
- django-elasticsearch-dsl (currently pinned as ">=6.0.0,<7.0.0")
We will also want to update the Elasticsearch Docker image used in our local development and demo environments to a 7.1.x version, ideally the same version as the production hosts will be running.