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 2021/06/03 12:28:21 UTC

[incubator-ponymail-foal] branch master updated: bump version to match server/

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


The following commit(s) were added to refs/heads/master by this push:
     new e67e83c  bump version to match server/
e67e83c is described below

commit e67e83c3c95ef38c7f468bee54cf91e550bb33ff
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Thu Jun 3 14:28:16 2021 +0200

    bump version to match server/
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index bf43a53..643de4a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
 # Items in this file must have a licence compatible with AL 2.0
 PyYAML~=5.3.1                     # WTFPL
 elasticsearch-dsl>=7.0.0,<8.0.0   # AL2.0
-elasticsearch[async]>=7.10.1      # AL2.0
+elasticsearch[async]~=7.13.1      # AL2.0
 certifi~=2020.6.20                # MPL 2.0
 netaddr~=0.8.0                    # BSD, MIT
 formatflowed~=2.0.0               # Python Software Foundation