On Wed, 9 Sep 2020 at 19:56, <[email protected]> wrote: > > 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 3438dd5 7.8.1 has url_prefix bugs in it, switch to 7.9.1 > 3438dd5 is described below > > commit 3438dd5797c186fb51dac3c0193501eeeb47edec > Author: Daniel Gruno <[email protected]> > AuthorDate: Wed Sep 9 20:56:36 2020 +0200 > > 7.8.1 has url_prefix bugs in it, switch to 7.9.1 > --- > server/requirements.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/server/requirements.txt b/server/requirements.txt > index b842901..194bf03 100644 > --- a/server/requirements.txt > +++ b/server/requirements.txt > @@ -2,7 +2,7 @@ aiohttp~=3.6.2 > PyYAML~=5.3.1 > multipart~=0.2.1 > elasticsearch-dsl>=7.0.0,<8.0.0 > -elasticsearch~=7.8.1 > +elasticsearch~=7.9.1
Should the top-level requirements.txt be updated likewise? > certifi~=2020.6.20 > chardet~=3.0.4 > netaddr~=0.8.0 >
