From 257309ef785dabcfe3689c8f32e5286525c1096c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:58:20 +0000 Subject: [PATCH] Bump pyyaml from 4.2b1 to 5.4 in /api/src/main/resources Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b1 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/commits/5.4) Signed-off-by: dependabot[bot] --- api/src/main/resources/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/resources/requirements.txt b/api/src/main/resources/requirements.txt index b278792..df3d673 100644 --- a/api/src/main/resources/requirements.txt +++ b/api/src/main/resources/requirements.txt @@ -22,7 +22,7 @@ pyparsing==2.1.10 python-keystoneclient==3.8.0 python-swiftclient==3.2.0 pytz==2016.10 -pyyaml==4.2b1 +pyyaml==5.4 requests==2.20.0 rfc3986==0.4.1 singledispatch==3.4.0.3