From c03f70871877b6b426e2d163ec6117598047aba0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2019 12:50:12 +0000 Subject: [PATCH] Bump elasticsearch from 6.3.0 to 7.1.0 Bumps [elasticsearch](https://github.com/elastic/elasticsearch-py) from 6.3.0 to 7.1.0. - [Release notes](https://github.com/elastic/elasticsearch-py/releases) - [Changelog](https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst) - [Commits](https://github.com/elastic/elasticsearch-py/compare/6.3.0...7.1.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..ee809f2 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.1.0", "elasticsearch_dsl==6.2.1", "ElasticMock==1.3.6" ],