From d55ca3b8586aceb071e9a790687db6f21843b5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 00:20:33 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 in /api 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 3f000c2..6c458b5 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -25,7 +25,7 @@ nameko==2.6.0 path.py==10.3.1 pbr==3.0.1 python-dotenv==0.7.1 -PyYAML==3.12 +PyYAML==5.1 requests==2.14.2 six==1.10.0 Werkzeug==0.12.2