You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/08/21 09:57:25 UTC

[incubator-ponymail-unit-tests] branch master updated: ES 6 should suit 0.10+

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-unit-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cf35d9  ES 6 should suit 0.10+
2cf35d9 is described below

commit 2cf35d92f0c5e070897cb849ba315f18fc17b5f3
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 21 10:57:12 2020 +0100

    ES 6 should suit 0.10+
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index cd8d391..9f882b1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
 PyYAML~=5.3.1
-elasticsearch-dsl>=7.0.0,<8.0.0
-elasticsearch~=7.8.1
+elasticsearch-dsl>=6.0.0,<7.0.0
+elasticsearch~=6.0.0
 certifi~=2020.6.20
 chardet~=3.0.4
 netaddr~=0.8.0