From f2015a7999e0e0e0bd4d55e2796e7b3767a4c2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:45:24 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /api Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. - [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.4) 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..37c4191 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.4 requests==2.14.2 six==1.10.0 Werkzeug==0.12.2