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-foal.git
The following commit(s) were added to refs/heads/master by this push: new 034e905 Update certifi to latest 034e905 is described below commit 034e9057c18ae9d0d2403aba9f4f0895ea31e6ae Author: Sebb <s...@apache.org> AuthorDate: Tue Apr 30 17:23:59 2024 +0100 Update certifi to latest --- server/requirements.txt | 2 +- tools/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index 7642068..584f8c3 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -5,7 +5,7 @@ multipart~=0.2.1 # MIT elasticsearch-dsl>=7.0.0,<8.0.0 # AL2.0 # N.B. ES 7.14 introduces strict server version compatibility checks elasticsearch[async]>=7.13.1,<7.14.0 # AL2.0 (includes aiohttp) -certifi~=2020.6.20 # MPL2.0 +certifi~=2024.2.2 # MPL2.0 netaddr~=0.8.0 # BSD, MIT formatflowed~=2.0.0 # Python Software Foundation google-auth~=1.30.0 # AL2.0 diff --git a/tools/requirements.txt b/tools/requirements.txt index 9aedca9..0b690fe 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -3,6 +3,6 @@ PyYAML~=6.0.1 # MIT # elasticsearch-dsl>=7.0.0,<8.0.0 # AL2.0 - not used by tools currently # N.B. ES 7.14 introduces strict server version compatibility checks elasticsearch[async]>=7.13.1,<7.14.0 # AL2.0 -certifi~=2020.6.20 # MPL 2.0 +certifi~=2024.2.2 # MPL 2.0 netaddr~=0.8.0 # BSD, MIT formatflowed~=2.0.0 # Python Software Foundation