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 3ef232b bump yaml version
3ef232b is described below
commit 3ef232baf8efba0efcc15cd5fea0f9ef511db0de
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Jul 28 16:54:35 2021 +0200
bump yaml version
---
server/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/requirements.txt b/server/requirements.txt
index 15db9cd..1e1599b 100644
--- a/server/requirements.txt
+++ b/server/requirements.txt
@@ -1,6 +1,6 @@
# Items in this file must have a licence compatible with AL 2.0
aiohttp~=3.6.2 # AL2.0
-PyYAML~=5.3.1 # WTFPL
+PyYAML~=5.4.1 # WTFPL
types-PyYAML # AL2.0
multipart~=0.2.1 # MIT
elasticsearch-dsl>=7.0.0,<8.0.0 # AL2.0