From 5bd636376d841d55adcba4ce6a80e930e6711c50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 03:41:02 +0000 Subject: [PATCH] Bump elasticsearch from 6.3.0 to 7.6.0 Bumps [elasticsearch](https://github.com/elastic/elasticsearch-py) from 6.3.0 to 7.6.0. - [Release notes](https://github.com/elastic/elasticsearch-py/releases) - [Changelog](https://github.com/elastic/elasticsearch-py/blob/7.6.0/Changelog.rst) - [Commits](https://github.com/elastic/elasticsearch-py/compare/6.3.0...7.6.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7aadf9e..6f7443e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "Django==1.11.19", "requests", "urllib3>=1.24.2", - "elasticsearch==6.3.0", + "elasticsearch==7.6.0", "elasticsearch_dsl==6.2.1", "ElasticMock==1.3.6" ],