From b1c5482b9cbf7733bdeb7e22c5edc8bd51ccc8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 10:51:59 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.1 in /server/sage-agg Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.13...5.1) Signed-off-by: dependabot[bot] --- server/sage-agg/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sage-agg/requirements.txt b/server/sage-agg/requirements.txt index 10c66ed..fb4459f 100644 --- a/server/sage-agg/requirements.txt +++ b/server/sage-agg/requirements.txt @@ -1,7 +1,7 @@ Flask==1.0.2 uvloop==0.14.0 marshmallow==2.15.1 -PyYAML==3.13 +PyYAML==5.1 rdflib==4.2.2 rdflib-jsonld==0.4.0 gunicorn==19.9.0