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:27:59 UTC

[incubator-ponymail-foal] branch master updated: Bump version and fetch async extras

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 fb98019  Bump version and fetch async extras
fb98019 is described below

commit fb980197ee76df251be25f4a119fc976979117ea
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Thu Jun 3 14:27:53 2021 +0200

    Bump version and fetch async extras
---
 server/requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/requirements.txt b/server/requirements.txt
index b54c70c..adc8ed8 100644
--- a/server/requirements.txt
+++ b/server/requirements.txt
@@ -3,9 +3,9 @@ aiohttp~=3.6.2                   # AL2.0
 PyYAML~=5.3.1                    # WTFPL
 multipart~=0.2.1                 # MIT
 elasticsearch-dsl>=7.0.0,<8.0.0  # AL2.0
-elasticsearch~=7.9.1             # AL2.0
+elasticsearch[async]~=7.13.1     # AL2.0
 certifi~=2020.6.20               # MPL2.0
 netaddr~=0.8.0                   # BSD, MIT
 formatflowed~=2.0.0              # Python Software Foundation
 google-auth~=1.30.0              # AL2.0
-aiosmtplib~=1.1.3                # MIT
\ No newline at end of file
+aiosmtplib~=1.1.3                # MIT