From a77e5618426c7aba69f70449afcfba9bf094e53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 15:38:43 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 in /libmango/py Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...5.1) Signed-off-by: dependabot[bot] --- libmango/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmango/py/requirements.txt b/libmango/py/requirements.txt index d380089..4c87525 100644 --- a/libmango/py/requirements.txt +++ b/libmango/py/requirements.txt @@ -1,4 +1,4 @@ ply==3.10 lxml==3.8.0 -PyYAML==3.12 +PyYAML==5.1 pyzmq==17.0.0b1