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

[incubator-ponymail-foal] 05/05: bump ES module

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

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

commit 0140cae8859f75383c03645abbac125cec165a6f
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Thu Sep 10 10:27:42 2020 +0200

    bump ES module
    
    Lots of bugfixes in 7.9.1, so wouldn't hurt to bump it.
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index cd8d391..f2440c5 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~=7.9.1
 certifi~=2020.6.20
 chardet~=3.0.4
 netaddr~=0.8.0